mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove +workspace-buffer-list return order #2315
I cannot guarantee this. We simply return was `persp-buffers PERSP` returns. How buffers are ordered is up to persp-mode.
This commit is contained in:
@ -80,8 +80,6 @@ error if NAME doesn't exist."
|
|||||||
(defun +workspace-buffer-list (&optional persp)
|
(defun +workspace-buffer-list (&optional persp)
|
||||||
"Return a list of buffers in PERSP.
|
"Return a list of buffers in PERSP.
|
||||||
|
|
||||||
The buffer list is ordered by recency (same as `buffer-list').
|
|
||||||
|
|
||||||
PERSP can be a string (name of a workspace) or a workspace (satisfies
|
PERSP can be a string (name of a workspace) or a workspace (satisfies
|
||||||
`+workspace-p'). If nil or omitted, it defaults to the current workspace."
|
`+workspace-p'). If nil or omitted, it defaults to the current workspace."
|
||||||
(let ((persp (or persp (+workspace-current))))
|
(let ((persp (or persp (+workspace-current))))
|
||||||
|
Reference in New Issue
Block a user