Commit 9b070253ecb4
Changed files (1)
tools
emacs
config
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"