ADD fci mode to yaml

This commit is contained in:
Nathan Dwarshuis 2020-08-11 22:16:09 -04:00
parent 909cadac02
commit 4122f4784e
1 changed files with 2 additions and 1 deletions

View File

@ -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: