Set fill-column to 80 for conf-mode.
This commit is contained in:
parent
b4d1767e1e
commit
f28f525666
3
init.el
3
init.el
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user