aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init/oni-eshell-init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/oni-eshell-init.org b/emacs/.emacs.d/init/oni-eshell-init.org
index e9629b4..b3c6391 100644
--- a/emacs/.emacs.d/init/oni-eshell-init.org
+++ b/emacs/.emacs.d/init/oni-eshell-init.org
@@ -42,5 +42,5 @@ buffer.
(defun oni:set-eshell-C-d ()
(define-key eshell-mode-map (kbd "C-d") #'oni:eshell-C-d))
- (add-hook 'eshell-load-hook #'oni:set-eshell-C-d)
+ (add-hook 'eshell-first-time-mode-hook #'oni:set-eshell-C-d)
#+END_SRC