Switch god-mode C-M- mapping to `m'
This commit is contained in:
parent
34d6ee874d
commit
5ca9de898c
3
init.el
3
init.el
|
@ -73,6 +73,9 @@
|
||||||
(god-exempt-major-modes nil)
|
(god-exempt-major-modes nil)
|
||||||
(god-exempt-predicates (list #'god-exempt-mode-p))
|
(god-exempt-predicates (list #'god-exempt-mode-p))
|
||||||
(god-mode-enable-function-key-translations nil)
|
(god-mode-enable-function-key-translations nil)
|
||||||
|
(god-mode-alist '((nil . "C-")
|
||||||
|
("g" . "M-")
|
||||||
|
("m" . "C-M-")))
|
||||||
:config
|
:config
|
||||||
(defun my--god-c-q ()
|
(defun my--god-c-q ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue