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.
|
;;; 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:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; 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)
|
(advice-add 'company-call-frontends :before #'my/on-off-fci-before-company)
|
||||||
:hook
|
:hook
|
||||||
(prog-mode . my/set-fill-column-80)
|
(prog-mode . my/set-fill-column-80)
|
||||||
|
(conf-mode . my/set-fill-column-80)
|
||||||
(prog-mode . fci-mode)
|
(prog-mode . fci-mode)
|
||||||
(text-mode . fci-mode))
|
(text-mode . fci-mode))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user