projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e9269
)
Changed the keymap for console.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Jun 2014 18:58:56 +0000
(20:58 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 20 Jun 2014 18:58:56 +0000
(20:58 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/emacs.el
index
2c3691a
..
9e94de6
100644
(file)
--- a/
emacs.el
+++ b/
emacs.el
@@
-2501,7
+2501,9
@@
with a time tag, and save this file"
(define-key global-map [(control \`)] ff/map)
(unless window-system
- (define-key global-map [(control @)] ff/map))
+ ;; (define-key global-map [(control @)] ff/map)
+ (define-key global-map [(meta O) \`] ff/map)
+)
(define-key esc-map "`" ff/map)