diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-20T23·48+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-20T23·48+0200 |
commit | c6a9219ff5fd899808b03bdf5eebeccb904378b0 (patch) | |
tree | cf16f5ad53e20e5b5089f0e365787b26fc6a7bfc | |
parent | 319ff395d8dc14026bd22f98f1350704a205a2f5 (diff) |
emacs: Load init-eshell.el
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 9c3304fdc796..489479773bb6 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -61,6 +61,7 @@ (load "~/.emacs.d/init-settings.el") (load "~/.emacs.d/init-modes.el") (load "~/.emacs.d/init-bindings.el") +(load "~/.emacs.d/init-eshell.el") ;; IRC configuration (erc) ;; Actual servers and such are loaded from irc.el |