Remove vestigial references to doom/{next,previous}-buffer

This commit is contained in:
Henrik Lissner 2018-02-04 05:02:15 -05:00
parent b6ee578cda
commit 414383e5f4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 3 additions and 5 deletions

View file

@ -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)