mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-12 15:36:53 -05:00
Merge pull request #5079 from jgrey4296/develop
define-localleader-key's featurep -> featurep!
This commit is contained in:
@@ -167,7 +167,7 @@ interface.
|
|||||||
|
|
||||||
See `doom-localleader-key' and `doom-localleader-alt-key' to change the
|
See `doom-localleader-key' and `doom-localleader-alt-key' to change the
|
||||||
localleader prefix."
|
localleader prefix."
|
||||||
(if (featurep 'evil)
|
(if (featurep! :editor evil)
|
||||||
;; :non-normal-prefix doesn't apply to non-evil sessions (only evil's
|
;; :non-normal-prefix doesn't apply to non-evil sessions (only evil's
|
||||||
;; emacs state)
|
;; emacs state)
|
||||||
`(general-define-key
|
`(general-define-key
|
||||||
|
Reference in New Issue
Block a user