mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
Clean up
This commit is contained in:
@@ -51,7 +51,9 @@ Inspired from http://demonastery.org/2013/04/emacs-evil-narrow-region/"
|
||||
(defun narf/get-all-buffers ()
|
||||
"Get all buffers across all workgroups. Depends on
|
||||
`wg-mess-with-buffer-list'."
|
||||
(wg-buffer-list-emacs))
|
||||
(if (and (featurep 'workgroups2) workgroups-mode)
|
||||
(wg-buffer-list-emacs)
|
||||
(buffer-list)))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/get-buffers ()
|
||||
|
Reference in New Issue
Block a user