Change origami’s prefix to C-x z

This commit is contained in:
Gergely Polonkai 2018-06-10 06:46:38 +02:00
parent 1139263b74
commit 2fb7ca86f0
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
:demand
:config
(define-prefix-command 'origami-mode-map)
(define-key ctl-x-map (kbd "C-z") 'origami-mode-map)
(define-key ctl-x-map (kbd "z") 'origami-mode-map)
(global-origami-mode)
:bind
(:map origami-mode-map