home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 550c64fb876953b0a8d63f4f057391b01ff4a41c
parent fb3971dae43089043b5c681316604ddc9c95d07e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed,  8 Apr 2020 15:20:21 +0200

config-buffers.el: lazy load ibuffer-vc

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-buffers.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-buffers.el b/tools/emacs/config/config-buffers.el @@ -141,6 +141,7 @@ filename-and-process)))) (use-package ibuffer-vc + :commands (ibuffer-vc-set-filter-groups-by-vc-root) :hook (ibuffer . (lambda () (ibuffer-vc-set-filter-groups-by-vc-root) (unless (eq ibuffer-sorting-mode 'filename/process)