incremental updates to emacs config

This commit is contained in:
ana 2021-10-14 10:57:08 +02:00
parent a479f4e9ba
commit 7a608dd50b
3 changed files with 8 additions and 2 deletions

View file

@ -26,6 +26,11 @@
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))
;; Configure some lsp-mode stuff
(after! lsp-mode
(setq lsp-headerline-breadcrumb-enable t)
(setq lsp-ui-sideline-show-code-actions nil))
;; Make Monky communicate via cmdserver
(setq monky-process-type 'cmdserver)