]> git.eshelyaron.com Git - emacs.git/commitdiff
Enable text conversion in conf-modes
authorPo Lu <luangruo@yahoo.com>
Sun, 18 Jun 2023 02:26:13 +0000 (10:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 18 Jun 2023 02:26:13 +0000 (10:26 +0800)
* lisp/textmodes/conf-mode.el (conf-mode-initialize): Set
text-conversion-style.

lisp/textmodes/conf-mode.el

index d15fba9c43a9a413ea0546dc287187e74f43177b..6bf1c0d4f6f77e1ecd02a5f0331fd23956883c4c 100644 (file)
@@ -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))))