X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/a58a42273e2fc34e9c5c4acce337636d73a572e5..77bef4f348d10e88e76dbad13c64082c1c99bb2d:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 293a9c9..97c0174 100644 --- a/dot/emacs +++ b/dot/emacs @@ -370,6 +370,7 @@ (setq bookmark-save-flag 0) ;Save bookmarks automatically (setq vc-follow-symlinks t) (setq x-gtk-file-dialog-help-text nil) +(setq use-dialog-box nil) (setq Info-fontify-maximum-menu-size 100000) (setq set-mark-command-repeat-pop t) (setq password-cache-expiry nil) @@ -740,6 +741,7 @@ (setq auto-mode-alist (append `(("\\.p[lm]$" . cperl-mode) + ("\\.sage$" . python-mode) ("\\.m$" . objc-mode) ("\\.mxd$" . c-mode) ("\\.cs$" . csharp-mode) @@ -780,6 +782,7 @@ (append `(("runlisp" . lisp-mode) ("@BASH@" . sh-mode) ("@PYTHON@" . python-mode) + ("sage" . python-mode) ("@PERL@" . cperl-mode) ("perl" . cperl-mode) ("@TCLSH@" . tcl-mode)