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

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

[nongnu] elpa/haskell-mode 6aa9473951 2/7: Don't use user-reserved "C-c


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-mode 6aa9473951 2/7: Don't use user-reserved "C-c e" keybinding in haskell-doc-mode
Date: Fri, 3 Mar 2023 13:01:19 -0500 (EST)

branch: elpa/haskell-mode
commit 6aa947395155894bd37e0bfd6ba73943159a96d2
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Don't use user-reserved "C-c e" keybinding in haskell-doc-mode
---
 haskell-doc.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/haskell-doc.el b/haskell-doc.el
index bd9e4ccbdc..25978d9714 100644
--- a/haskell-doc.el
+++ b/haskell-doc.el
@@ -1252,8 +1252,6 @@ URL is the URL of the online doc."
             (define-key-after hugsmap [haskell-doc]
               (cons "Haskell-doc" haskell-doc-keymap)
               [Haskell-doc mode]))))
-  ;; Add shortcuts for these commands.
-  (local-set-key "\C-c\e/" 'haskell-doc-check-active)
   ;; Conflicts with the binding of haskell-insert-otherwise.
   ;; (local-set-key "\C-c\C-o" 'haskell-doc-mode)
   (local-set-key [(control shift meta mouse-3)]



reply via email to

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