mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Buffer-switch: only list buffers in current workgroup
This commit is contained in:
@ -84,7 +84,8 @@
|
|||||||
buffers."
|
buffers."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (and (not all-p) (narf/project-p))
|
(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)))
|
(helm-buffers-list)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user