Remove vestigial references to doom/{next,previous}-buffer
This commit is contained in:
parent
b6ee578cda
commit
414383e5f4
3 changed files with 3 additions and 5 deletions
|
@ -193,7 +193,7 @@ If DONT-SAVE, don't prompt to save modified buffers (discarding their changes)."
|
|||
(kill-buffer buffer)
|
||||
(cl-loop for win in windows
|
||||
if (doom-real-buffer-p (window-buffer win))
|
||||
do (with-selected-window win (doom/previous-buffer)))))
|
||||
do (with-selected-window win (previous-buffer)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/kill-all-buffers (&optional project-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue