emacs-ibuffer-project
emacs-ibuffer-project copied to clipboard
Group ibuffer's list by project
Results
2
emacs-ibuffer-project issues
Sort by
recently updated
recently updated
newest added
Hi: The code from melpa is still giving a compilation warning about project-roots obsoletion. Also ibuffer-awhen is obsolete and must use when-let instead. same for ibuffer-remove-duplicates to seq-uniq
In case the file/directory of an open buffer has been deleted/moved/made unreadable, calling `project-current` would throw an error `Opening directory: Not a directory`. This PR adds a guard against that...