mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix doom/cleanup-session & +workspaces|cleanup-unassociated-buffers
Resolve void n variable errors and silent message.
This commit is contained in:
@ -525,7 +525,7 @@ Ensures the scratch (or dashboard) buffers are CDed into the project's root."
|
||||
(cl-loop for buf in (buffer-list)
|
||||
unless (persp--buffer-in-persps buf)
|
||||
if (kill-buffer buf)
|
||||
do (cl-incf n)))
|
||||
sum 1))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user