incremental updates to emacs config
This commit is contained in:
parent
a479f4e9ba
commit
7a608dd50b
3 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue