diff options
-rw-r--r-- | shoshin-config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 67c4dc5..da3d967 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -249,6 +249,15 @@ built in completing read functionality of the minibuffer. main entry point would be ~consult-buffer~. however, there are many consult commands that can enhance any completing read function. +*** "Virtual Buffers" + +it introduces this concept of "Virtual Buffers", but i'm not certain what +it means. consult "supports ... narrowing to the virtual buffer types". + +perhaps a Virtual Buffer is a "grouping" of actual Emacs buffers or "things" +that can be materialized in a buffer. For example, I can ~consult-buffer~ +and press ~m SPC~ to narrow the "buffer list" to any bookmarks. + *** consult keybindings #+begin_src emacs-lisp |