branch: externals/ergoemacs-mode
commit 96649940e584df52528ff96a95cbefcdd1d1d83f
Author: Walter Landry <wlan...@caltech.edu>
Commit: Walter Landry <wlan...@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