projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afbbf23
)
emacs: add convenient binding for saving and closing frame
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:45:16 +0000
(
00:45
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 May 2019 04:45:16 +0000
(
00:45
-0400)
useful when editing a textarea in emacs (from tridactyl)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
41c9ec5
..
fe4b180
100644
(file)
--- 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)