EMACS: Added 'home' file
This commit is contained in:
parent
8db229fa48
commit
7717c2f36a
1 changed files with 3 additions and 0 deletions
|
@ -353,3 +353,6 @@
|
||||||
(setq custom-file "~/.emacs.d/custom.el")
|
(setq custom-file "~/.emacs.d/custom.el")
|
||||||
(if (file-exists-p custom-file)
|
(if (file-exists-p custom-file)
|
||||||
(load custom-file))
|
(load custom-file))
|
||||||
|
(defvar home-file "~/wiki.info" "File to open when starting")
|
||||||
|
(if (file-exists-p home-file)
|
||||||
|
(info home-file))
|
||||||
|
|
Loading…
Reference in a new issue