projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47965d6
)
emacs: bind M-o to other-window
author
Amin Bandali
<bandali@gnu.org>
Fri, 21 Jun 2019 14:39:59 +0000
(10:39 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 21 Jun 2019 14:39:59 +0000
(10:39 -0400)
and move facemenu-keymap to M-O just in case
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
d78e9b2
..
007cf6f
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-473,8
+473,6
@@
For disabling the behaviour for certain buffers and/or modes."
("C-c F d" . delete-frame)
("C-c F D" . server-edit)
- ("C-c o" . other-window)
-
("C-S-h C" . describe-char)
("C-S-h F" . describe-face)
@@
-484,6
+482,9
@@
For disabling the behaviour for certain buffers and/or modes."
("s-p" . beginning-of-buffer)
("s-n" . end-of-buffer)
+ ("M-o" . other-window)
+ ("M-O" . facemenu-keymap)
+
:map emacs-lisp-mode-map
("<C-return>" . a/add-elisp-section))