Fix doom/cleanup-session & +workspaces|cleanup-unassociated-buffers
Resolve void n variable errors and silent message.
This commit is contained in:
parent
8ef3cf8ea7
commit
88f8c27a7d
2 changed files with 6 additions and 6 deletions
|
@ -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))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue