From 40c58d718112bdd16c1f673030c78554bfcdb451 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 30 Jul 2016 20:56:02 +1000 Subject: [PATCH] remove ibuffer-vc --- .gitmodules | 3 --- lisp/my-vc.el | 11 ----------- packages/ibuffer-vc | 1 - 3 files changed, 15 deletions(-) delete mode 160000 packages/ibuffer-vc diff --git a/.gitmodules b/.gitmodules index accb2d2..ea15b97 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [submodule "flycheck"] path = packages/flycheck url = https://github.com/flycheck/flycheck -[submodule "ibuffer-vc"] - path = packages/ibuffer-vc - url = https://github.com/purcell/ibuffer-vc.git [submodule "multiple-cursors"] path = packages/multiple-cursors url = https://github.com/magnars/multiple-cursors.el.git diff --git a/lisp/my-vc.el b/lisp/my-vc.el index a2b65de..5070830 100644 --- a/lisp/my-vc.el +++ b/lisp/my-vc.el @@ -21,17 +21,6 @@ (global-git-gutter-mode) - -(require 'ibuffer-vc) - -(add-hook 'ibuffer-hook - (lambda () - (ibuffer-vc-set-filter-groups-by-vc-root) - (unless (eq ibuffer-sorting-mode 'alphabetic) - (ibuffer-do-sort-by-alphabetic)))) - - - (require 'magit) (setq magit-completing-read-function 'ivy-completing-read) diff --git a/packages/ibuffer-vc b/packages/ibuffer-vc deleted file mode 160000 index daae8b8..0000000 --- a/packages/ibuffer-vc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit daae8b8cec4b8e572b065e00c8c8a368fd0a8b8b -- 2.39.2