commit 9b070253ecb4736fe3e92503e1292e0c00cdccad
parent 9f570b6a8f77a90e0509000cc2bf1a791f23ab4a
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 30 Apr 2020 00:38:09 +0200
config-vcs.el: spaces cleanup
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tools/emacs/config/config-vcs.el b/tools/emacs/config/config-vcs.el
@@ -146,7 +146,6 @@
overlong-summary-line)))
;; -UseGitCommit
-
;; UseGitConfig
(use-package gitconfig-mode
:commands (gitconfig-mode)
@@ -176,7 +175,6 @@
(")" . dired-git-info-mode))
:defer 2)
-
(defun git-blame-line ()
"Runs `git blame` on the current line and
adds the commit id to the kill ring"