X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;h=9e94de675df20954b1344ed71e8f607f8075fdf5;hp=2c3691a4468667af4cfdf3d38898b488d9f4ff34;hb=4aa8fe5068e2fb109a007f7e1acf8445ec9fba24;hpb=58e9269f2a02f5f1176142a9d7e81d79d757fb7e 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)