Commit 9b070253ecb4

Vincent Demeester <vincent@sbr.pm>
2020-04-30 00:38:09
config-vcs.el: spaces cleanup
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9f570b6
Changed files (1)
tools
emacs
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"