You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried fixing this in 460311b, but since I don't use ibuffer regularly, I'm not sure how to test the fix correctly. It should be in MELPA now. Could you please check if that works?
on my system i've been having trouble getting perspective to work with ibuffer. i have added the following ibuffer hook:
on opening ibuffer the following error occurs:
this seems to be because
ibuf-ext.el
is not loaded (locate-library confirms this).to fix this problem i've added a
(require 'ibuf-ext)
to my init.el. maybe this would be better added somewhere in the perspective code?The text was updated successfully, but these errors were encountered: