summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-22 10:04:31 +0100
committerAlan Pearce2013-06-22 10:04:31 +0100
commit189f41ba7afb45813b810810472793f5c9f0c7fa (patch)
tree7db230c8f92426ca41a69780f5dffb496cd2a001 /emacs
parentbd70cf69863edb293f2cf4a14275327ea411fdcf (diff)
downloaddotfiles-189f41ba7afb45813b810810472793f5c9f0c7fa.tar.lz
dotfiles-189f41ba7afb45813b810810472793f5c9f0c7fa.tar.zst
dotfiles-189f41ba7afb45813b810810472793f5c9f0c7fa.zip
Emacs: load custom file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6ab12fe..f65b138 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."