X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/47a5be0d6acb3d4d786162f83ae1443fd5b054ae..e2363e484e3a7c2a8c0b4a149028ea4a2d922765:/dot/emacs diff --git a/dot/emacs b/dot/emacs index b2c35ec..9c394b6 100644 --- a/dot/emacs +++ b/dot/emacs @@ -188,7 +188,10 @@ (trap (resize-minibuffer-mode 1)) ;Make minibuffer grow dynamically (auto-compression-mode 1) ;Enable automatic compression +(setq enable-local-variables :safe + enable-local-eval nil) (setq dabbrev-case-replace nil) ;Retain case when completing +(setq linum-format "%7d ") (setq next-line-add-newlines nil) ;Don't add weird newlines (setq split-height-threshold 45) ;Reuse windows where sensible (setq display-buffer-reuse-frames nil ;Don't confuse me by showing buffers @@ -218,6 +221,7 @@ (setq x-gtk-file-dialog-help-text nil) (setq Info-fontify-maximum-menu-size 100000) (setq set-mark-command-repeat-pop t) +(setq password-cache-expiry nil) (setq-default proced-filter 'all proced-sort 'user) (setq ispell-program-name "aspell"