chiark / gitweb /
dot/emacs: Turn password expiry off.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 27 Dec 2009 11:09:52 +0000 (11:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 27 Dec 2009 11:09:52 +0000 (11:09 +0000)
It's annoying.  Emacs still has the running sessions, so it doesn't seem
sensible to stop it having the passwords.

dot/emacs

index 43be90f2228c923d89a710ba73bb56e07a3d536a..660a7ee39f48ba19bf550d644349ecc781c61932 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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"