From 16e8ac11aad471470a7f6c5832ca3b589e67449a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 18 Oct 2021 06:46:29 -0700 Subject: emacs: start a shell when configuration is loaded Once the initialization of our configuration is done, we start a shell session with `eshell'. --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/init.el') 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) -- cgit v1.2.3