diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-12 00:45:16 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-12 00:45:16 -0400 |
commit | 435306f68d07a5e26da738b65d0dad57e62456c0 (patch) | |
tree | 2a8812b88cf9091191eb2e0ef55a896d0a44f52c | |
parent | afbbf23ab4a691412d37fae34dbc54828dae665c (diff) | |
download | configs-435306f68d07a5e26da738b65d0dad57e62456c0.tar.gz configs-435306f68d07a5e26da738b65d0dad57e62456c0.tar.xz configs-435306f68d07a5e26da738b65d0dad57e62456c0.zip |
emacs: add convenient binding for saving and closing frame
useful when editing a textarea in emacs (from tridactyl)
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 41c9ec5..fe4b180 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -458,7 +458,7 @@ For disabling the behaviour for certain buffers and/or modes." ("C-c F m" . make-frame-command) ("C-c F d" . delete-frame) - ("C-c F D" . delete-other-frames) + ("C-c F D" . server-edit) ("C-c o" . other-window) |