Enable emacs-lsp-booster
This commit is contained in:
parent
d8f1e5318a
commit
88ada5d28d
3 changed files with 15 additions and 0 deletions
|
@ -37,6 +37,10 @@
|
|||
(consult-eglot-embark-mode)
|
||||
)
|
||||
|
||||
(use-package eglot-booster
|
||||
:after eglot
|
||||
:config (eglot-booster-mode))
|
||||
|
||||
(use-package emacs
|
||||
:bind (("<mouse-4>" . scroll-down-line)
|
||||
("<mouse-5>" . scroll-up-line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue