summary refs log tree commit diff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.org b/init.org
index 5479713..34f81f7 100644
--- a/init.org
+++ b/init.org
@@ -1258,6 +1258,7 @@ Enable eglot and tree-sitter when working with python.
 
 #+begin_src emacs-lisp
 (use-package yaml-mode
+  :ensure t
   :mode "\\.ya?ml\\'")
 #+end_src