all repos — nixfiles @ 3dbb464cc6c70bcc43caf53c4460c253801f687a

System and user configuration, managed by nix and home-manager

Emacs: Auto-load eshell when idle
Alan Pearce alan@alanpearce.eu
Wed, 24 May 2017 10:57:41 +0200
commit

3dbb464cc6c70bcc43caf53c4460c253801f687a

parent

444586dc3d9433659aa7aea40c665f7c088746ec

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -2353,6 +2353,7 @@ #+BEGIN_SRC emacs-lisp
 (use-package eshell
   :bind ("C-c s" .  eshell)
+  :defer 10
   :functions (eshell/pwd)
   :config (progn
             (setq eshell-directory-name "~/.emacs.d/eshell"