about summary refs log tree commit diff stats
path: root/emacs-prelude
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-08-10 16:02:57 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-08-10 16:02:57 +0100
commitc92b18514728245850d31531ce224a74eddfc5a6 (patch)
treee75d206752096419f18fa0c984f536327c0ac597 /emacs-prelude
parentf184332a907e2387694e0fd16cd186bc228ce516 (diff)
downloaddotfiles-c92b18514728245850d31531ce224a74eddfc5a6.tar.gz
lsp-treemacs and theme tweaks
Diffstat (limited to 'emacs-prelude')
-rw-r--r--emacs-prelude/personal/lisp/init-lsp.el3
-rw-r--r--emacs-prelude/personal/lisp/init-ui.el5
2 files changed, 6 insertions, 2 deletions
diff --git a/emacs-prelude/personal/lisp/init-lsp.el b/emacs-prelude/personal/lisp/init-lsp.el
index 6803332..761ce49 100644
--- a/emacs-prelude/personal/lisp/init-lsp.el
+++ b/emacs-prelude/personal/lisp/init-lsp.el
@@ -17,6 +17,7 @@
         lsp-modeline-code-actions-enable nil
         lsp-modeline-diagnostics-enable nil
         lsp-ui-doc-position 'top
+        lsp-treemacs-theme "Iconless"
         ;; user cider for indendation and completion instead
         lsp-enable-indentation nil
         lsp-completion-enable nil)
@@ -25,4 +26,6 @@
   (key-chord-define-global "GG" 'lsp-find-definition)
   (key-chord-define-global "DD" 'lsp-peek-find-definition))
 
+(use-package lsp-treemacs)
+
 (provide 'init-lsp)
diff --git a/emacs-prelude/personal/lisp/init-ui.el b/emacs-prelude/personal/lisp/init-ui.el
index d3806f3..a0d5cb1 100644
--- a/emacs-prelude/personal/lisp/init-ui.el
+++ b/emacs-prelude/personal/lisp/init-ui.el
@@ -7,10 +7,11 @@
 (prelude-require-package 'solarized-theme)
 ;(load-theme 'solarized-dark t)
 (prelude-require-package 'modus-themes)
-;(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments)
+
+;(setq modus-themes-syntax '(alt-syntax green-strings yellow-comments))
 (setq modus-themes-syntax '(green-strings yellow-comments)
       modus-themes-paren-match '(bold intense underline)
-      modus-themes-diffs '(desaturated)
+      ;modus-themes-diffs '(desaturated)
       modus-themes-lang-checkers '(text-also background))
 (load-theme 'modus-vivendi t)