emacs: add convenient binding for saving and closing frame
[~bandali/configs] / .emacs.d / init.el
index 41c9ec5..fe4b180 100644 (file)
@@ -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)