mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Fix narf/helm-buffers-dwim (fix max-specpdl-size error)
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user