Prevent non-prefix key errors on doom//refresh
May also help doom/reload
This commit is contained in:
parent
2358dbfc84
commit
e5d566ea2a
2 changed files with 8 additions and 2 deletions
|
@ -148,7 +148,8 @@ line with a linewise comment.")
|
|||
'+evil:align :move-point t :ex-arg 'buffer-match :ex-bang t :keep-visual t :suppress-operator t)
|
||||
|
||||
;; `evil-collection'
|
||||
(when (featurep! +everywhere)
|
||||
(when (and (featurep! +everywhere)
|
||||
(not doom-reloading-p))
|
||||
(load! "+everywhere"))
|
||||
|
||||
;; Custom evil ex commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue