diff options
author | fpi | 2020-06-05 16:08:51 +0200 |
---|---|---|
committer | fpi | 2020-06-08 20:13:35 +0200 |
commit | c611cd53bdf6a03adc3fb79bf1ef516c344a89bf (patch) | |
tree | dbe1ad14b2f361cf47fc1556854b24c3369ce1fd | |
parent | Merge branch 'gnus+' into emacs (diff) |
Fix git-identity settings
-rw-r--r-- | emacs-init.org | 3 | ||||
-rw-r--r-- | emacs-private.el.gpg | bin | 1085 -> 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 Binary files differindex a94dda3..6100326 100644 --- a/emacs-private.el.gpg +++ b/emacs-private.el.gpg |