Function: projectile-session--frame-buffers
projectile-session--frame-buffers is a byte-compiled function defined
in projectile.el.
Signature
(projectile-session--frame-buffers)
Documentation
Return the distinct buffers shown in the selected frame's windows.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-session--frame-buffers ()
"Return the distinct buffers shown in the selected frame's windows."
(delete-dups (mapcar #'window-buffer (window-list nil 'nomini))))