Skip to content

Commit

Permalink
Fix a remap in beacon keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 13, 2024
1 parent 57e2c29 commit f74017c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meow-keymap.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
(define-key map [remap kmacro-start-macro-or-insert-counter] 'meow-beacon-start)
(define-key map [remap kmacro-start-macro] 'meow-beacon-start)
(define-key map [remap meow-end-or-call-kmacro] 'meow-beacon-apply-kmacro)
(define-key map [remap meow-end-kmacro] 'meow-beacon-apply-kmacro)

;; noops
(define-key map [remap meow-delete] 'meow-beacon-noop)
Expand Down

0 comments on commit f74017c

Please sign in to comment.