This commit is contained in:
Zelong Kuang
2025-12-21 14:53:44 +11:00
parent 016ee8a225
commit 2a79357d34
3 changed files with 23 additions and 49 deletions

View File

@@ -3,8 +3,10 @@
(use-package transient)
(use-package magit
:bind (("C-c g" . magit-dispatch))
:config
(setq magit-show-long-lines-warning nil))
(setq magit-show-long-lines-warning nil)
)
;; (use-package eat
;; :ensure `(eat :repo "https://codeberg.org/akib/emacs-eat"