mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
General cleanup
This commit is contained in:
@@ -190,8 +190,8 @@ Examples:
|
||||
(after! evil
|
||||
(defalias 'ex! 'evil-ex-define-cmd)
|
||||
|
||||
;; NOTE evil-mode doesn't read local `evil-ex-commands', and will
|
||||
;; not autocomplete local commands.
|
||||
;; NOTE evil-mode doesn't read local `evil-ex-commands', and will not
|
||||
;; autocomplete local commands.
|
||||
(defun ex-local! (cmd fn)
|
||||
"Define a buffer-local ex command."
|
||||
(unless (local-variable-p 'evil-ex-commands)
|
||||
|
Reference in New Issue
Block a user