Fix narf/helm-buffers-dwim (fix max-specpdl-size error)
This commit is contained in:
parent
55d7d97500
commit
bfdfe43b3b
1 changed files with 1 additions and 3 deletions
|
@ -83,9 +83,7 @@
|
||||||
"Displays open buffers in current project. If ALL-P, then show all open
|
"Displays open buffers in current project. If ALL-P, then show all open
|
||||||
buffers."
|
buffers."
|
||||||
(interactive)
|
(interactive)
|
||||||
(if (and (not all-p) (narf/project-p))
|
(let ((narf-helm-force-project-buffers (and (not all-p) (narf/project-p))))
|
||||||
(cl-letf (((symbol-function 'buffer-list) 'narf/get-buffers))
|
|
||||||
(helm-buffers-list))
|
|
||||||
(helm-buffers-list)))
|
(helm-buffers-list)))
|
||||||
|
|
||||||
(provide 'defuns-helm)
|
(provide 'defuns-helm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue