Added fci-mode to conf-mode.
This commit is contained in:
parent
8589e4acae
commit
b854a841a3
4
init.el
4
init.el
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user