Skip to content

Commit

Permalink
Merge pull request doomemacs#5079 from jgrey4296/develop
Browse files Browse the repository at this point in the history
define-localleader-key's featurep -> featurep!
  • Loading branch information
hlissner authored May 24, 2021
2 parents b518ff6 + 37df4b4 commit 7864082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-keybinds.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ interface.
See `doom-localleader-key' and `doom-localleader-alt-key' to change the
localleader prefix."
(if (featurep 'evil)
(if (featurep! :editor evil)
;; :non-normal-prefix doesn't apply to non-evil sessions (only evil's
;; emacs state)
`(general-define-key
Expand Down

0 comments on commit 7864082

Please sign in to comment.