Emacs: Remove git-gutter.

It is unmaintained and does not work well with TRAMP. All other
alternatives that I found don't work well with TRAMP either.
This commit is contained in:
tastytea 2020-05-03 03:50:50 +02:00
parent fc5d257766
commit abc0511112
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,6 @@
;;; git.el --- magit and stuff. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-05-03T03:11:41+0200>
;; Time-stamp: <2020-05-03T03:50:37+0200>
;;; Commentary:
@ -69,11 +69,5 @@
:hook (prog-mode . forge-bug-reference-setup))
) ; unless slow-computer.
;; ;; Show VC status in fringe.
;; (use-package git-gutter
;; :diminish git-gutter-mode
;; :bind ("C-c G" . git-gutter:popup-hunk) ; Popup diff hunk.
;; :hook (find-file . git-gutter-mode)) ; Maybe slows down opening?
(provide 'programming/git)
;;; git.el ends here