From c611cd53bdf6a03adc3fb79bf1ef516c344a89bf Mon Sep 17 00:00:00 2001 From: fpi Date: Fri, 5 Jun 2020 16:08:51 +0200 Subject: Fix git-identity settings --- emacs-init.org | 3 ++- emacs-private.el.gpg | Bin 1085 -> 1086 bytes 2 files changed, 2 insertions(+), 1 deletion(-) 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 Binary files a/emacs-private.el.gpg and b/emacs-private.el.gpg differ -- cgit v1.2.3