From 189f41ba7afb45813b810810472793f5c9f0c7fa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 22 Jun 2013 10:04:31 +0100 Subject: Emacs: load custom file --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index 6ab12fe4..f65b1386 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -9,6 +9,8 @@ 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." -- cgit 1.4.1