bmag / emacs-purpose

Manage Windows and Buffers According to Purposes
GNU General Public License v3.0
498 stars 23 forks source link

Wiki page #195

Closed gamb closed 6 months ago

gamb commented 6 months ago

I didn't expect to be able to edit the Wiki directly, intended to open this as a pull request 😅

Added some advice on integrating with Consult, though I'm sure this can be developed further.

https://github.com/bmag/emacs-purpose/wiki/Integration-With-Other-Packages#consult

gamb commented 6 months ago

Also realising in addition, for my purposes, I had to override the purpose-switch-buffer-overload i.e.

(define-purpose-prefix-overload purpose-switch-buffer-overload (consult-buffer))

Otherwise I can't rebind C-x b to consult-buffer afaict

wyuenho commented 6 months ago

Cool, thanks. Feel free to edit the wiki further as you see fit.