incremental updates to emacs config
This commit is contained in:
parent
a479f4e9ba
commit
7a608dd50b
3 changed files with 8 additions and 2 deletions
|
@ -28,6 +28,7 @@ setpath ~/.rbenv/bin
|
|||
setpath ~/.cargo/bin
|
||||
setpath ~/.nimble/bin
|
||||
setpath ~/.local/bin
|
||||
setpath ~/.local/bin/elixir-ls
|
||||
setpath ~/.bin
|
||||
setpath ~/.cask/bin
|
||||
setpath ~/.npm-packages/bin
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
:ui
|
||||
;;deft
|
||||
;;doom
|
||||
doom
|
||||
doom-dashboard
|
||||
;;doom-quit
|
||||
(emoji +github +unicode)
|
||||
|
@ -91,7 +91,7 @@
|
|||
;;gist
|
||||
(lookup
|
||||
+docsets)
|
||||
(lsp +peek)
|
||||
(lsp +peek +eglot)
|
||||
magit
|
||||
;;make
|
||||
;;pass
|
||||
|
|
Loading…
Add table
Reference in a new issue