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

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

[elpa] externals/jit-spell 7d2ca8119c 3/7: Leave jit-spell-mode-map empt


From: ELPA Syncer
Subject: [elpa] externals/jit-spell 7d2ca8119c 3/7: Leave jit-spell-mode-map empty by default
Date: Sun, 5 Mar 2023 07:57:56 -0500 (EST)

branch: externals/jit-spell
commit 7d2ca8119c26d61b228a201dfc51ec3321d57808
Author: Augusto Stoffel <arstoffel@gmail.com>
Commit: Augusto Stoffel <arstoffel@gmail.com>

    Leave jit-spell-mode-map empty by default
---
 jit-spell.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/jit-spell.el b/jit-spell.el
index 6cb0fbf8f7..5a2783e4b7 100644
--- a/jit-spell.el
+++ b/jit-spell.el
@@ -456,15 +456,11 @@ again moves to the next misspelling."
              (not (memq this-command jit-spell-delayed-commands)))
     (jit-spell--unhide-overlay)))
 
-(defvar-keymap jit-spell-mode-map
-  :doc "Keymap for `jit-spell-mode'."
-  "C-;" #'jit-spell-correct-word
-  "C-:" #'jit-spell-accept-word)
+(defvar-keymap jit-spell-mode-map :doc "Keymap for `jit-spell-mode'.")
 
 ;;;###autoload
 (define-minor-mode jit-spell-mode
   "Just-in-time spell checking."
-  :keymap jit-spell-mode-map
   :lighter (" Spell"
             (:propertize
              (:eval



reply via email to

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