summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 84f1356..0b62061 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -45,3 +45,7 @@
 (require 'fcuny-tramp)
 (require 'fcuny-twitter)
 (require 'fcuny-notmuch)
+
+;; once we're done initializing the configuration, we start a shell
+;; session with eshell.
+(fcuny/eshell-main)