From abc05111127b1c48a46f0787e3e472af848741a5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 3 May 2020 03:50:50 +0200 Subject: [PATCH] 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. --- init.d/programming/git.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/init.d/programming/git.el b/init.d/programming/git.el index 95c3718..f50974c 100644 --- a/init.d/programming/git.el +++ b/init.d/programming/git.el @@ -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