X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/c7738ae2eb27c6535c299fffcfdc0f2dd321f8dd..40c58d718112bdd16c1f673030c78554bfcdb451:/lisp/my-vc.el 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)