From 4aa8fe5068e2fb109a007f7e1acf8445ec9fba24 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 20 Jun 2014 20:58:56 +0200 Subject: [PATCH] Changed the keymap for console. --- emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 2c3691a..9e94de6 100644 --- 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) -- 2.20.1