mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
selectrum: improve SPC b b
- Now uses a consult backend - has buffer preview, per workspace narrowing with `$n SPC`
This commit is contained in:
@@ -91,7 +91,8 @@
|
||||
[remap switch-to-buffer-other-window] #'consult-buffer-other-window
|
||||
[remap switch-to-buffer-other-frame] #'consult-buffer-other-frame
|
||||
[remap yank-pop] #'consult-yank-pop
|
||||
[remap describe-bindings] #'embark-bindings)
|
||||
[remap describe-bindings] #'embark-bindings
|
||||
[remap persp-switch-to-buffer] #'+selectrum/switch-workspace-buffer)
|
||||
(setq completion-in-region-function #'consult-completion-in-region)
|
||||
:config
|
||||
(recentf-mode)
|
||||
|
Reference in New Issue
Block a user