From e01e02970f56fa7d562c547779fab768cb05c8f2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 1 Oct 2023 15:31:05 +0200 Subject: [PATCH] =?UTF-8?q?Comment=20personal=20M-SPC=20binding=20to=20be?= =?UTF-8?q?=20the=20default=20since=20Emacs=C2=A029.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that it can be removed later on, maybe. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index fe84097..eb47c70 100644 --- a/init.el +++ b/init.el @@ -232,7 +232,7 @@ (bind-key "M-/" #'hippie-expand) (bind-key "M-:" #'pp-eval-expression) (bind-key "M-=" #'count-words) - (bind-key "M-SPC" #'cycle-spacing) + (bind-key "M-SPC" #'cycle-spacing) ; default since EmacsĀ 29.1 (bind-key "M-Z" #'zap-to-char) (bind-key "M-i" #'swiper-from-isearch isearch-mode-map) (bind-key "M-j" #'(lambda () (interactive) (join-line -1)))