From 82c38116b031f3d775abc661ebe349c6724b58ae Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 18 Jun 2018 22:55:45 +0100 Subject: Adding eshell binding --- emacs/loader.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs/loader.org') diff --git a/emacs/loader.org b/emacs/loader.org index e7aea2b..12ac0d7 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -156,6 +156,13 @@ programming and looking at source code. (setq default-frame-alist '((font . "Hack-11"))) #+END_SRC +**** Shell +#+BEGIN_SRC emacs-lisp + (use-package eshell + :ensure nil + :bind (("C-c e" . eshell))) +#+END_SRC + ** Social *** Mail ~mu4e~ is automatically in the load path when installed through a package -- cgit