mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
feature/evil: remove macroexpand
Snuck into a commit
This commit is contained in:
@ -128,9 +128,8 @@ variable for an explanation of the defaults (in comments). See
|
|||||||
;; Other commands can make use of this
|
;; Other commands can make use of this
|
||||||
(evil-define-interactive-code "<//>"
|
(evil-define-interactive-code "<//>"
|
||||||
:ex-arg buffer-match (list (if (evil-ex-p) evil-ex-argument)))
|
:ex-arg buffer-match (list (if (evil-ex-p) evil-ex-argument)))
|
||||||
(macroexpand '
|
(evil-define-interactive-code "<//g>"
|
||||||
(evil-define-interactive-code "<//g>"
|
:ex-arg global-match (list (if (evil-ex-p) evil-ex-argument)))
|
||||||
:ex-arg global-match (list (if (evil-ex-p) evil-ex-argument))))
|
|
||||||
|
|
||||||
;; By default :g[lobal] doesn't highlight matches in the current buffer. I've
|
;; By default :g[lobal] doesn't highlight matches in the current buffer. I've
|
||||||
;; got to write my own argument type and interactive code to get it to do so.
|
;; got to write my own argument type and interactive code to get it to do so.
|
||||||
|
Reference in New Issue
Block a user