mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Buffer-switch: only list buffers in current workgroup
This commit is contained in:
@ -84,7 +84,8 @@
|
||||
buffers."
|
||||
(interactive)
|
||||
(if (and (not all-p) (narf/project-p))
|
||||
(helm-projectile-switch-to-buffer)
|
||||
(cl-letf (((symbol-function 'buffer-list) 'narf/get-buffers))
|
||||
(helm-buffers-list))
|
||||
(helm-buffers-list)))
|
||||
|
||||
;;;###autoload
|
||||
|
Reference in New Issue
Block a user