From b854a841a37d83685e14bf35840cdce0589c760c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 6 Apr 2019 14:47:18 +0200 Subject: [PATCH] Added fci-mode to conf-mode. --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 17149c1..7682d00 100644 --- a/init.el +++ b/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.