diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c5b9db3..210d2a9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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))