Skip to content

Commit

Permalink
tweak(core)!: remove obsolete keybinding aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 1, 2023
1 parent 69544e2 commit 48c53de
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions elisp/+keybinding.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,3 @@ It is deferred until `general' gets loaded and configured."
(declare (indent defun))
`(with-eval-after-load 'me-general-ready
(general-nvmap ,@args)))

;; Make old definitions obsolete, and make aliases for them to avoid breaking
;; users configurations.
(dolist (fn '(map map-local nmap vmap mmap imap emap omap rmap iemap nvmap))
(define-obsolete-function-alias
(intern (format "+%s" fn))
(intern (format "+%s!" fn))
"2023-03-07"))

0 comments on commit 48c53de

Please sign in to comment.