From 15f503edbfecab2bb8bc3c5bd1512d380fb03486 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Fri, 12 May 2023 20:08:04 -0700 Subject: [PATCH] Oops, missed this --- emacs/radian.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/radian.el b/emacs/radian.el index b01c582..f5bace9 100644 --- a/emacs/radian.el +++ b/emacs/radian.el @@ -1908,7 +1908,9 @@ loaded since the file was changed outside of Emacs." :demand t :config - (global-subword-mode +1)) + (global-subword-mode +1) + + :blackout t) ;; Package `syntax-subword' provides a minor mode to change the ;; behavior of word movement commands to be even more fine-grained