about summary refs log tree commit diff
path: root/emacs.d/init-eshell.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-20T23·49+0200
committerVincent Ambo <vincent@spotify.com>2013-07-20T23·49+0200
commit16e42ba338a42463bab13a8bf5d35f53b853ce95 (patch)
tree79661f19be36e6e3fcafda6bcc55b370639111a1 /emacs.d/init-eshell.el
parentc6a9219ff5fd899808b03bdf5eebeccb904378b0 (diff)
emacs: require eshell
Diffstat (limited to 'emacs.d/init-eshell.el')
-rw-r--r--emacs.d/init-eshell.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init-eshell.el b/emacs.d/init-eshell.el
index 858715737a..1a3c539448 100644
--- a/emacs.d/init-eshell.el
+++ b/emacs.d/init-eshell.el
@@ -1,5 +1,7 @@
 ;; EShell configuration
 
+(require 'eshell)
+
 (defvar home-dir)
 (setq home-dir (expand-file-name "~"))