From 4122f4784e6c682c19e3ecdb8da7aa528e8a4394 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 11 Aug 2020 22:16:09 -0400 Subject: [PATCH] ADD fci mode to yaml --- etc/conf.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/conf.org b/etc/conf.org index 6fca701..ffadf92 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -1325,7 +1325,8 @@ R-markdown is enabled via polymode, which allows multiple modes in one buffer (t :END: #+BEGIN_SRC emacs-lisp (use-package yaml-mode - :straight t) + :straight t + :hook ((yaml-mode . fci-mode))) #+END_SRC *** csv files :PROPERTIES: