From 47b84e6ecfc55273464855589a8c9ff50568501c Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 16 Aug 2023 01:28:01 +0200 Subject: emacs: Document ‘mango-beframe-kill-frame’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/emacs') 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)) -- cgit v1.2.3