dot/emacs: Don't use dialogue boxes.
[profile] / dot / emacs
index 293a9c9..97c0174 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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)
 
 (setq auto-mode-alist
       (append `(("\\.p[lm]$" . cperl-mode)
+               ("\\.sage$" . python-mode)
                ("\\.m$" . objc-mode)
                ("\\.mxd$" . c-mode)
                ("\\.cs$" . csharp-mode)
       (append `(("runlisp" . lisp-mode)
                ("@BASH@" . sh-mode)
                ("@PYTHON@" . python-mode)
+               ("sage" . python-mode)
                ("@PERL@" . cperl-mode)
                ("perl" . cperl-mode)
                ("@TCLSH@" . tcl-mode)