Refactor defuns-buffers.el
This commit is contained in:
parent
144109c09b
commit
58c02f255f
1 changed files with 2 additions and 4 deletions
|
@ -105,9 +105,7 @@ the buffer if it is being displayed in another window."
|
|||
(narf/popup-close)
|
||||
(unless (narf/real-buffer-p (current-buffer))
|
||||
(narf/previous-real-buffer)
|
||||
(when (and (string-match-p "^\\*scratch\\*" (buffer-name)) new-dir)
|
||||
(setq header-line-format new-dir)
|
||||
(setq default-directory new-dir))))))
|
||||
(narf|update-scratch-buffer-cwd)))))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf/kill-unreal-buffers ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue