diff options
-rw-r--r-- | .config/emacs/config.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 8110172..f2bb1f6 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -972,6 +972,8 @@ kill all buffers you were using in a frame before closing it. (beframe-mode)) (defun mango-beframe-kill-frame () + "Kill all the buffers within the current beframe buffer list and then destroy + the frame." (interactive) (mapc #'kill-buffer (beframe-buffer-list)) (save-buffers-kill-terminal)) |