Buffer-switch: only list buffers in current workgroup
This commit is contained in:
parent
54c2541777
commit
95074d61b8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue