Config: add basic magit config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user