Config: add basic magit config

This commit is contained in:
2026-05-10 22:04:30 +08:00
parent fddfe9859d
commit 68c7f8ba0d
6 changed files with 37 additions and 15 deletions

View File

@@ -7,6 +7,17 @@
;; hs-minor-mode
(add-hook 'prog-mode-hook 'hs-minor-mode)
;; flycheck
(use-package flycheck)
(use-package flycheck-guile
:hook
(scheme-mode . (lambda ()
(require 'flycheck-guile))))
;; consult-flycheck
(use-package consult-flycheck)
;; tree-sitter
(use-package treesit-auto
:config