about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)