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

View file

@ -92,11 +92,12 @@
"~" #'bookmark-delete "~" #'bookmark-delete
"'" #'repeat "'" #'repeat
"=" #'meow--eval-sexp "=" #'meow--eval-sexp
":" #'meow--eval-sexp
"[" #'sp-backward-sexp "[" #'sp-backward-sexp
"]" #'sp-forward-sexp "]" #'sp-forward-sexp
"{" #'sp-backward-up-sexp "{" #'sp-backward-up-sexp
"}" #'sp-down-sexp "}" #'sp-down-sexp
"-" #'meow-start-kmacro-or-insert-counter
"_" #'meow-end-or-call-kmacro
"<escape>" #'corfu-quit)) "<escape>" #'corfu-quit))
(defun meow--eval-sexp () (defun meow--eval-sexp ()