aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-05-07 17:46:47 -0700
committerJakob Odersky <jakob@odersky.com>2017-05-07 17:46:47 -0700
commite97615df245d02c43ed7441993b7bb96832dc5f2 (patch)
tree3301f301d2d141c8e71a3f237cd446b4d9db0970 /home
parent3e70edc7aed947b0c881d5ab07bf8228c41fc26f (diff)
downloaddotfiles-e97615df245d02c43ed7441993b7bb96832dc5f2.tar.gz
dotfiles-e97615df245d02c43ed7441993b7bb96832dc5f2.tar.bz2
dotfiles-e97615df245d02c43ed7441993b7bb96832dc5f2.zip
Remove initial buffer setting
Diffstat (limited to 'home')
-rw-r--r--home/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index b1b0635..4bee0ff 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -41,7 +41,7 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(load custom-file 'noerror)
-(setq initial-buffer-choice "~/readme.org")
+;;(setq initial-buffer-choice "~/readme.org")
(defun show-file-name ()
"Show the absolute path file name in the minibuffer."