Skip to content

Commit

Permalink
Remove (kbd "ESC")
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 1, 2024
1 parent 2c2d797 commit 024f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meow-keymap.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
(define-key map (kbd "DEL") 'meow-keypad-undo)
(define-key map (kbd "<backspace>") 'meow-keypad-undo)
(define-key map (kbd "<escape>") 'meow-keypad-quit)
(define-key map (kbd "ESC") 'meow-keypad-quit)
(define-key map "" 'meow-keypad-quit)
(define-key map [remap keyboard-quit] 'meow-keypad-quit)
map)
"Keymap for Meow keypad state.")
Expand Down

0 comments on commit 024f8e9

Please sign in to comment.