Disable starting in eshell, for now.

This commit is contained in:
2021-02-26 19:26:26 -03:00
parent 744f97efb9
commit 6bc6b6f433

View File

@@ -1,5 +1,5 @@
;; Initialize emacs in eshell, not splash screen
(setq initial-buffer-choice (eshell))
;;(setq initial-buffer-choice (eshell))
;; Write custom set variables to different file
(setq custom-file "~/.emacs.d/elisp/custom.el")