From 2fb7ca86f0988204b3ce6db7ac870f35c847bcdc Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 10 Jun 2018 06:46:38 +0200 Subject: [PATCH] =?UTF-8?q?Change=20origami=E2=80=99s=20prefix=20to=20C-x?= =?UTF-8?q?=20z?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b1c8334..2612930 100644 --- a/init.el +++ b/init.el @@ -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