fixing vterm compiling issue

This commit is contained in:
Matt Nish-Lapidus 2024-06-03 10:11:08 -04:00
parent d8f685b1e0
commit 102e372f3e
2 changed files with 4 additions and 3 deletions

View file

@ -69,8 +69,7 @@
(setq-default explicit-shell-file-name (executable-find "fish"))
(setq vterm-kill-buffer-on-exit t)
(after! meow
(meow-vterm-enable))
)
(meow-vterm-enable)))
;; remove org agenda from the splash screen
(assoc-delete-all "Open org-agenda" +doom-dashboard-menu-sections)
@ -214,6 +213,7 @@
#'ajrepl-interaction-mode))
(after! lsp-mode
(setq lsp-signature-render-documentation nil)
(add-to-list 'lsp-language-id-configuration '(a-janet-mode . "janet"))
(lsp-register-client (make-lsp-client :new-connection (lsp-stdio-connection "janet-lsp")
:activation-fn (lsp-activate-on "janet")