Remove eslintd-fix package
This package isn't hooked up to anything and has no keybinds. Its config is so trivial that users can install it themselves, so I decided it won't be included with the module by default.
This commit is contained in:
parent
06d5d5e6c0
commit
daec7b5057
3 changed files with 0 additions and 9 deletions
|
@ -241,13 +241,6 @@ to tide."
|
|||
(js2r-add-keybindings-with-prefix (format "%s r" doom-localleader-key)))))
|
||||
|
||||
|
||||
(use-package! eslintd-fix
|
||||
:commands eslintd-fix
|
||||
:config
|
||||
(setq-hook! 'eslintd-fix-mode-hook
|
||||
flycheck-javascript-eslint-executable eslintd-fix-executable))
|
||||
|
||||
|
||||
;;;###package skewer-mode
|
||||
(map! :localleader
|
||||
(:after js2-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue