purcell / ibuffer-vc

Let Emacs' ibuffer-mode group files by git project etc., and show file state
171 stars 11 forks source link

Can't 'remove' the vc-setting in ibuffer #29

Closed ouboub closed 2 years ago

ouboub commented 2 years ago

Hi

Once I either run ibuffer-vc-set-filter-groups-by-vc-root or using the hook (add-hook 'ibuffer-hook (lambda () (ibuffer-vc-set-filter-groups-by-vc-root) (unless (eq ibuffer-sorting-mode 'alphabetic) (ibuffer-do-sort-by-alphabetic)))) (I try to avoid the lambda function)

And then I decide not to use that filtering any more, it seems impossible to remove. Ifbuffer always now use that filter. I have to restart emacs (running master compiled a month ago) any idea what to do?

thanks

Uwe Brauer

ouboub commented 2 years ago

sorry, this is nonsense: I used q, which is quit window and not delete buffer as I should. sorry for the noise

purcell commented 2 years ago

No worries, glad you figured it out