From 0086a62524c6fc2c5783ec00033dd8f867e23211 Mon Sep 17 00:00:00 2001 From: larstvei Date: Wed, 21 Jun 2023 13:25:23 +0200 Subject: [PATCH] Fix custom-bindings-mode --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 6487347..f00a4b0 100644 --- a/init.org +++ b/init.org @@ -2015,7 +2015,8 @@ (define-minor-mode custom-bindings-mode "A mode that activates custom-bindings." - t nil custom-bindings-map) + :init-value t + :keymap custom-bindings-map) #+end_src