emacs: require eshell

This commit is contained in:
Vincent Ambo 2013-07-21 01:49:53 +02:00
parent c6a9219ff5
commit 16e42ba338

View file

@ -1,5 +1,7 @@
;; EShell configuration
(require 'eshell)
(defvar home-dir)
(setq home-dir (expand-file-name "~"))