summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-02-08 20:54:29 -0800
committerBlendoit <blendoit@gmail.com>2021-02-08 20:54:29 -0800
commit77c778b27496df9673715b5bab4e4d83eb464568 (patch)
tree5e29e7449903e8180ac547fcc5717ecbe954e07f
parent992e4b450cdb82570e2eaa67ccb6b3c1b3d462bd (diff)
More civilized killing.
-rw-r--r--smart-documents.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/smart-documents.org b/smart-documents.org
index e1b9b2a..b24296f 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -1396,10 +1396,9 @@ Binding defined in Section [[Indent buffer]].
"delete frame; if sole frame, kill Emacs."
(if (> (length (frame-list)) 1)
(delete-frame)
- (kill-emacs)))
+ (save-buffers-kill-terminal)))
#+END_SRC
-
* Editing preferences
These customizations enhance editor usability. They also encompass
Copyright 2019--2024 Marius PETER