chiark / gitweb /
emacs: load ian-local.el if it exists; load private.el if it exists
[ian-dotfiles.git] / home / emacs / ian.el
index 1366b889843a3fe5d20a544b93575012d4eff56e..00ec26dd9fdbd54549c1241a396bfca498568c5e 100644 (file)
@@ -372,7 +372,8 @@ then call send-and-exit."
       bbdb-message-caching-enabled t)      
 ;
 ; VM stuff
-;(load-file "~/private/private.el")
+(if (file-exists-p "~/private/private.el")
+  (load-file "~/private/private.el"))
 (if (file-exists-p "~/private/private2.el")
   (load-file "~/private/private2.el"))
 (setq vm-included-text-attribution-format "%F writes (\"%s\"):\n"