Emacs: load custom file
Alan Pearce alan@alanpearce.co.uk
Sat, 22 Jun 2013 10:04:31 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -9,6 +9,8 @@ user-mail-address "alan@alanpearce.co.uk" user-full-name "Alan Pearce" custom-file "~/.emacs.d/custom.el") +(load custom-file :noerror) + ;;; Allow lisps to use a common setup. I don't know why they don't have some lispy mode as their parent, but this is close enough (defcustom lisp-common-mode-hook nil "Hook run when entering any Lisp mode."