From 38ddb67eafcfa071009b34155326c1366d68c6a5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 27 Dec 2009 11:09:52 +0000 Subject: [PATCH] dot/emacs: Turn password expiry off. It's annoying. Emacs still has the running sessions, so it doesn't seem sensible to stop it having the passwords. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 43be90f..660a7ee 100644 --- a/dot/emacs +++ b/dot/emacs @@ -220,6 +220,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" -- 2.11.0