mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Flip default kill flag in quit-window #309
This commit is contained in:
@ -239,7 +239,7 @@ without leaving any trace behind (muahaha)."
|
||||
(if (featurep 'evil)
|
||||
#'evil-force-normal-state
|
||||
#'keyboard-quit))
|
||||
(delete-window)))
|
||||
(quit-restore-window nil 'kill)))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/popup-this-buffer ()
|
||||
|
Reference in New Issue
Block a user