adding some tweaks to rustic and adding harper
This commit is contained in:
parent
7db5aa7faf
commit
c723d61a2c
2 changed files with 7 additions and 0 deletions
2
init.el
2
init.el
|
@ -2681,6 +2681,7 @@ targets."
|
|||
(rust-mode . eglot-ensure)
|
||||
(rustic-mode . eglot-ensure)
|
||||
(rust-ts-mode . eglot-ensure)
|
||||
(text-mode . eglot-ensure)
|
||||
:config
|
||||
|
||||
(defun chris/eglot-capf ()
|
||||
|
@ -2691,6 +2692,7 @@ targets."
|
|||
#'cape-file))))
|
||||
|
||||
(add-hook 'eglot-managed-mode-hook #'chris/eglot-capf)
|
||||
(add-to-list 'eglot-server-programs '(org-mode . ("harper-ls" "--stdio")))
|
||||
|
||||
:general
|
||||
(general-def 'normal eglot-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue