summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-24 10:57:41 +0200
committerAlan Pearce2017-05-24 10:57:41 +0200
commit3dbb464cc6c70bcc43caf53c4460c253801f687a (patch)
tree4f47ef8d50f082740708338d9adee25372a4faa2 /emacs
parent444586dc3d9433659aa7aea40c665f7c088746ec (diff)
downloaddotfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.tar.lz
dotfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.tar.zst
dotfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.zip
Emacs: Auto-load eshell when idle
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 6ab2fa9..f4d1b6e 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -2353,6 +2353,7 @@ nice, when I remember to use it.
 #+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"