EMACS: Added 'home' file

This commit is contained in:
Tom Willemsen 2011-08-06 20:00:48 +02:00
parent 8db229fa48
commit 7717c2f36a

View file

@ -353,3 +353,6 @@
(setq custom-file "~/.emacs.d/custom.el")
(if (file-exists-p custom-file)
(load custom-file))
(defvar home-file "~/wiki.info" "File to open when starting")
(if (file-exists-p home-file)
(info home-file))