diff options
author | Alan Pearce | 2017-05-24 10:57:41 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-24 10:57:41 +0200 |
commit | 3dbb464cc6c70bcc43caf53c4460c253801f687a (patch) | |
tree | 4f47ef8d50f082740708338d9adee25372a4faa2 | |
parent | 444586dc3d9433659aa7aea40c665f7c088746ec (diff) | |
download | nixfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.tar.lz nixfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.tar.zst nixfiles-3dbb464cc6c70bcc43caf53c4460c253801f687a.zip |
Emacs: Auto-load eshell when idle
-rw-r--r-- | emacs/.emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 6ab2fa9c..f4d1b6e8 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" |