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: