Set fill-column to 80 for conf-mode.

This commit is contained in:
tastytea 2019-03-23 20:54:32 +01:00
parent b4d1767e1e
commit f28f525666
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;;; Time-stamp: <2019-03-23 20:16:21 CET>
;;; Time-stamp: <2019-03-23 20:50:49 CET>
;;; Commentary:
;;; I am using this file with Emacs 26, but most of it will probably work with
@ -403,6 +403,7 @@
(advice-add 'company-call-frontends :before #'my/on-off-fci-before-company)
:hook
(prog-mode . my/set-fill-column-80)
(conf-mode . my/set-fill-column-80)
(prog-mode . fci-mode)
(text-mode . fci-mode))