Skip to content

Commit

Permalink
fix: remove repeat-mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed Dec 6, 2023
1 parent d692f3a commit 8711a7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions binky.el
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,6 @@ record properties.")
map))
(fset 'binky-command-map binky-command-map)

;; Integrate with `repeat-mode' in Emacs 28
(put #'binky-next-in-buffer 'repeat-map 'binky-command-map)
(put #'binky-previous-in-buffer 'repeat-map 'binky-command-map)

;;; Functions

(defmacro binky--check (&rest body)
Expand Down

0 comments on commit 8711a7b

Please sign in to comment.