mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Remove redundant featurep! check
This commit is contained in:
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
(use-package! eglot
|
(use-package! eglot
|
||||||
:commands (eglot-ensure eglot)
|
:commands (eglot-ensure eglot)
|
||||||
:when (featurep! +eglot)
|
|
||||||
:init
|
:init
|
||||||
(setq eglot-sync-connect 1
|
(setq eglot-sync-connect 1
|
||||||
eglot-connect-timeout 10
|
eglot-connect-timeout 10
|
||||||
|
Reference in New Issue
Block a user