summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
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))