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

@ -28,6 +28,7 @@ setpath ~/.rbenv/bin
setpath ~/.cargo/bin setpath ~/.cargo/bin
setpath ~/.nimble/bin setpath ~/.nimble/bin
setpath ~/.local/bin setpath ~/.local/bin
setpath ~/.local/bin/elixir-ls
setpath ~/.bin setpath ~/.bin
setpath ~/.cask/bin setpath ~/.cask/bin
setpath ~/.npm-packages/bin setpath ~/.npm-packages/bin

View file

@ -26,6 +26,11 @@
(when (memq window-system '(mac ns x)) (when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize)) (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 ;; Make Monky communicate via cmdserver
(setq monky-process-type 'cmdserver) (setq monky-process-type 'cmdserver)

View file

@ -22,7 +22,7 @@
:ui :ui
;;deft ;;deft
;;doom doom
doom-dashboard doom-dashboard
;;doom-quit ;;doom-quit
(emoji +github +unicode) (emoji +github +unicode)
@ -91,7 +91,7 @@
;;gist ;;gist
(lookup (lookup
+docsets) +docsets)
(lsp +peek) (lsp +peek +eglot)
magit magit
;;make ;;make
;;pass ;;pass