Use eshell more fully
Emacs now starts on eshell by default. Also it uses xterm-colors package for coloring, instead of default ansi-colors
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
;; Initialize emacs in eshell, not splash screen
|
||||
(setq initial-buffer-choice (eshell))
|
||||
|
||||
;; Write custom set variables to different file
|
||||
(setq custom-file "~/.emacs.d/elisp/custom.el")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user