projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4c52b20
)
[emacs] unbind C-z in graphical mode
author
Amin Bandali
<bandali@gnu.org>
Fri, 22 Feb 2019 18:42:05 +0000
(13:42 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 22 Feb 2019 18:42:05 +0000
(13:42 -0500)
froze my emacs by accident too many damn times
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
d603f43
..
6f9789f
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-805,6
+805,9
@@
Some bindings for functions from built-in GNU Emacs packages:
("s-p" . beginning-of-buffer)
("s-n" . end-of-buffer))
+
+(when (display-graphic-p)
+ (unbind-key "C-z" global-map))
#+end_src
While at it, let's bind a few for some =straight-*= functions too: