all repos — nixfiles @ 189f41ba7afb45813b810810472793f5c9f0c7fa

System and user configuration, managed by nix and home-manager

Emacs: load custom file

Alan Pearce
commit

189f41ba7afb45813b810810472793f5c9f0c7fa

parent

bd70cf69863edb293f2cf4a14275327ea411fdcf

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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."