update packages and (fix) eaf settings

This commit is contained in:
2022-01-04 17:55:01 +01:00
parent 2e35b2ef92
commit 1d5275c946
8 changed files with 398 additions and 132 deletions

View File

@@ -20,6 +20,12 @@
;;; Code:
;; see also Diff-Hl (diff-hl-mode) to see VC diff highlighting in fringes.
;; required by magit
(use-package git-commit
:load-path (lambda() (concat config-dir "lisp/git-commit"))
:defer t)
(use-package magit
:load-path (lambda() (concat config-dir "lisp/magit"))
:bind (("C-c M-g" . magit-file-dispatch))