Enable text conversion in conf-modes
* lisp/textmodes/conf-mode.el (conf-mode-initialize): Set text-conversion-style.
This commit is contained in:
parent
8412581f08
commit
3f90818be6
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue