diff --git a/README.org b/README.org index 6563921..3178fe1 100644 --- a/README.org +++ b/README.org @@ -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