Install toml-mode and do not install lsp-ui and lsp-mode
This commit is contained in:
parent
d9b540eb16
commit
f73e056459
@ -310,8 +310,10 @@ Install the following packages with [[https://github.com/quelpa/quelpa][quelpa]]
|
||||
(quelpa source)))
|
||||
sources))
|
||||
(my-install-sources
|
||||
'((lsp-ui :fetcher github :repo "emacs-lsp/lsp-ui")
|
||||
(eglot :fetcher github :repo "joaotavora/eglot"))))
|
||||
'(
|
||||
;; (lsp-ui :fetcher github :repo "emacs-lsp/lsp-ui")
|
||||
(eglot :fetcher github :repo "joaotavora/eglot")
|
||||
)))
|
||||
#+end_src
|
||||
|
||||
Install the optional packages.
|
||||
@ -322,7 +324,7 @@ Install the optional packages.
|
||||
(defvar my-optional-packages
|
||||
`(
|
||||
,@(when (version< emacs-version "28.0")
|
||||
'(modus-themes)) ; high foreground/background contrast themes
|
||||
'(modus-themes)) ; high foreground/background contrast themes
|
||||
async ; asynchroneous processing
|
||||
company ; complete anything
|
||||
electric-operator ; automatic spacing around operators
|
||||
@ -333,6 +335,7 @@ Install the optional packages.
|
||||
magit ; Git Text-based User Interface
|
||||
nov ; EPUB reader
|
||||
smartparens ; smart editing of character pairs
|
||||
toml-mode ; Tom's Obvious Minimal Language mode
|
||||
wgrep ; open a writable grep buffer
|
||||
which-key ; on the fly key-binding help
|
||||
wordnut ; WordNet lexical database
|
||||
|
Loading…
Reference in New Issue
Block a user