mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix narf|update-scratch-buffer-cwd on narf/kill-real-buffer
This commit is contained in:
@ -111,7 +111,7 @@ the buffer if it is being displayed in another window."
|
|||||||
(narf/popup-close)
|
(narf/popup-close)
|
||||||
(unless (narf/real-buffer-p (current-buffer))
|
(unless (narf/real-buffer-p (current-buffer))
|
||||||
(narf/previous-real-buffer)
|
(narf/previous-real-buffer)
|
||||||
(narf|update-scratch-buffer-cwd)))))
|
(narf|update-scratch-buffer-cwd new-dir)))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun narf/kill-unreal-buffers ()
|
(defun narf/kill-unreal-buffers ()
|
||||||
|
Reference in New Issue
Block a user