summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs-init.org3
-rw-r--r--emacs-private.el.gpgbin1085 -> 1086 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org
index bbe46d2..8ca8c20 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -1309,8 +1309,9 @@ Found it in this [[https://www.manueluberti.eu/emacs/2020/03/30/lockdown-beam-gi
:custom
(git-identity-verify t)
(git-identity-list private/git-identity-list)
- :config (git-identity-magit-mode 1)
:bind (:map magit-status-mode-map ("I" . git-identity-info)))
+(use-package git-identity-magit
+ :config (git-identity-magit-mode 1))
#+end_src
*** diff-hl
Indicates changed lines in the left fringe. The Hydra can be used to
diff --git a/emacs-private.el.gpg b/emacs-private.el.gpg
index a94dda3..6100326 100644
--- a/emacs-private.el.gpg
+++ b/emacs-private.el.gpg
Binary files differ