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 ~/.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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue