From f73e056459dd6dbd7284386811cbcb1fe07726b0 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 1 Dec 2021 17:14:55 +0100 Subject: [PATCH] Install toml-mode and do not install lsp-ui and lsp-mode --- README.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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