emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 8c0e8f7 143/325: Fix beginning of line b


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 8c0e8f7 143/325: Fix beginning of line binding in eshell
Date: Sat, 23 Oct 2021 18:48:40 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 8c0e8f7cc72458c1556ff023a2c47db87715bfbb
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Fix beginning of line binding in eshell
---
 ergoemacs-themes.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index ec0a7c6..5a805cf 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1245,8 +1245,7 @@ calling any other ergoemacs-set-* function"
   (ergoemacs-unset-keys-in-map eshell-mode-map)
   (ergoemacs-define-key eshell-mode-map (kbd "M-h") 'eshell-bol)
   )
-(with-eval-after-load 'esh-mode
-  (add-hook 'eshell-first-time-mode-hook #'ergoemacs-install-eshell-bindings))
+(add-hook 'eshell-post-command-hook #'ergoemacs-install-eshell-bindings)
 
 (defun ergoemacs-install-comint-bindings ()
   (define-key comint-mode-map [remap move-beginning-of-line] 'comint-bol)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]