summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-06-05 16:08:51 +0200
committerfpi2020-06-08 20:13:35 +0200
commitc611cd53bdf6a03adc3fb79bf1ef516c344a89bf (patch)
treedbe1ad14b2f361cf47fc1556854b24c3369ce1fd
parentMerge branch 'gnus+' into emacs (diff)
Fix git-identity settings
-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