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

@@ -239,17 +239,6 @@ targets."
(modify-syntax-entry (+ start i) "_" jinx--syntax-table)))))
(require 'init-jinx)))
;; flycheck
(use-package flycheck)
(use-package flycheck-guile
:hook
(scheme-mode . (lambda ()
(require 'flycheck-guile))))
;; consult-flycheck
(use-package consult-flycheck)
;; vterm
;; (unless *is-windows*
;; (use-package vterm))
@@ -310,6 +299,9 @@ targets."
(not (persp-is-current-buffer buff))))
(setq persp-initial-frame-name "desktop"))
;; magit
(use-package magit)
(provide 'init-package)
;;; init-package.el ends here