From 7717c2f36a088fa0d33ac172ca71bada5cc83b25 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 6 Aug 2011 20:00:48 +0200 Subject: EMACS: Added 'home' file --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d') 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)) -- cgit v1.2.3-54-g00ecf