mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Fix helm buffer list
This commit is contained in:
@@ -49,6 +49,11 @@ Inspired from http://demonastery.org/2013/04/emacs-evil-narrow-region/"
|
||||
buffers)
|
||||
buffers)))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/get-buffer-names (&optional project-p)
|
||||
(mapcar (lambda (b) (buffer-name b))
|
||||
(narf/get-buffers project-p)))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/get-visible-windows (&optional buffer-list)
|
||||
(-map #'get-buffer-window
|
||||
|
Reference in New Issue
Block a user