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

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

[elpa] externals/ergoemacs-mode 9664994 093/325: Remove eshell <home> we


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 9664994 093/325: Remove eshell <home> weirdness
Date: Sat, 23 Oct 2021 18:48:29 -0400 (EDT)

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

    Remove eshell <home> weirdness
---
 ergoemacs-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index d2ae331..63cc787 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -329,9 +329,9 @@
 
   (define-key log-edit-mode-map [remap save-buffer] 'log-edit-done)
 
-  (define-key eshell-mode-map (kbd "<home>") 'eshell-bol)
   (define-key comint-mode-map (kbd "<home>") 'comint-bol)
 
+
   ;; Compatibility with Icicle (allows the use of
   ;; `icicle-read-string-completing' directly)
   (when icicle-mode



reply via email to

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