Added fci-mode to conf-mode.

This commit is contained in:
tastytea 2019-04-06 14:47:18 +02:00
parent 8589e4acae
commit b854a841a3
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;;; Time-stamp: <2019-04-04 12:52:16 CEST>
;;; Time-stamp: <2019-04-06 14:46:50 CEST>
;;; Commentary:
;;; I am using this file with Emacs 26, but most of it will probably work with
@ -456,7 +456,9 @@
(prog-mode . my/set-fill-column-80)
(conf-mode . my/set-fill-column-80)
(markdown-mode . my/set-fill-column-80)
(prog-mode . fci-mode)
(conf-mode . fci-mode)
(text-mode . fci-mode))
;; Interactive substring matching.