mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Fix mmap and omap
This commit is contained in:
@@ -45,9 +45,9 @@
|
||||
`(evil-define-key 'emacs ,map ,@body))
|
||||
(defmacro gmap (map &rest body)
|
||||
`(evil-define-key 'god ,map ,@body))
|
||||
(defmacro mmap (&rest body)
|
||||
(defmacro mmap (map &rest body)
|
||||
`(evil-define-key 'motion ,map ,@body))
|
||||
(defmacro omap (&rest body)
|
||||
(defmacro omap (map &rest body)
|
||||
`(evil-define-key 'operator ,map ,@body))
|
||||
(defmacro nvmap (map &rest body)
|
||||
(macroexpand
|
||||
|
Reference in New Issue
Block a user