From 3f90818be6a1169ed9f73bd28954974919422ebf Mon Sep 17 00:00:00 2001 From: Po Lu Date: Sun, 18 Jun 2023 10:26:13 +0800 Subject: [PATCH] Enable text conversion in conf-modes * lisp/textmodes/conf-mode.el (conf-mode-initialize): Set text-conversion-style. --- lisp/textmodes/conf-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el index d15fba9c43a..6bf1c0d4f6f 100644 --- a/lisp/textmodes/conf-mode.el +++ b/lisp/textmodes/conf-mode.el @@ -435,6 +435,7 @@ The optional arg FONT-LOCK is the value for FONT-LOCK-KEYWORDS." (setq-local comment-start comment) (setq-local comment-start-skip (concat (regexp-quote comment-start) "+\\s *")) + (setq-local text-conversion-style t) (if font-lock (setq-local font-lock-defaults `(,font-lock nil t nil nil)))) -- 2.39.2