mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
[review] no extension in load! / rename interactive function
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
(set-popup-rule! "^\\*eglot-help" :size 0.35 :quit t :select t)
|
||||
(when (featurep! :checkers syntax)
|
||||
(after! flycheck
|
||||
(load! "autoload/flycheck-eglot.el")))
|
||||
(load! "autoload/flycheck-eglot")))
|
||||
(set-lookup-handlers! 'eglot--managed-mode
|
||||
:documentation #'+eglot/documentation-lookup-handler))
|
||||
|
@@ -9,5 +9,5 @@ working on that project after closing the last buffer.")
|
||||
|
||||
;; TODO : set eglot-events-buffer-size to nil in doom-debug-mode
|
||||
(if (featurep! +eglot)
|
||||
(load! "+eglot.el")
|
||||
(load! "+lsp.el"))
|
||||
(load! "+eglot")
|
||||
(load! "+lsp"))
|
||||
|
Reference in New Issue
Block a user