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
|
||||
buffers."
|
||||
(interactive)
|
||||
(if (and (not all-p) (narf/project-p))
|
||||
(cl-letf (((symbol-function 'buffer-list) 'narf/get-buffers))
|
||||
(helm-buffers-list))
|
||||
(let ((narf-helm-force-project-buffers (and (not all-p) (narf/project-p))))
|
||||
(helm-buffers-list)))
|
||||
|
||||
(provide 'defuns-helm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue