editorconfig binds still show up despite being commented in init.el #1312
Labels
is:bug
Something isn't working as intended
module:config/default
Pertains to Doom's :config default module
re:elisp
Personal configuration issues, conflicts or questions
re:keybinds
Changes to or discussion about Doom's keybinds
re:ux
Has to do with the user's experience
Observed behavior
I'm back again! I found this issue by accidentally fat-fingering
SPC f c
which is present even wheneditorconfig
is commented out in my private init.el. Running it givesWrong type argument: commandp, editorconfig-find-current-editorconfig
(which is to be expected because editorconfig isn't loaded).Expected behavior
editorconfig
and related binds/config settings should be feature-gated (don't know what else to call it when you use thefeaturep!
macro to conditionally enable stuff) so that it gets removed when commented in init.el (uncommenting currently works as expected: downloads package, etc).Steps to reproduce
(reproducable on both daemon and normal)
SPC f c
System information
Click to expand
The text was updated successfully, but these errors were encountered: