Buffer-switch: only list buffers in current workgroup

This commit is contained in:
Henrik Lissner 2015-12-29 23:38:24 -05:00
parent 54c2541777
commit 95074d61b8

View file

@ -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