emacs: require eshell
This commit is contained in:
parent
c6a9219ff5
commit
16e42ba338
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
;; EShell configuration
|
||||
|
||||
(require 'eshell)
|
||||
|
||||
(defvar home-dir)
|
||||
(setq home-dir (expand-file-name "~"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue