summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-06-07 08:33:57 -0700
committerFranck Cuny <franck@fcuny.net>2023-06-07 08:33:57 -0700
commita5bc960cfe3682f568c1be4390761f4b21609057 (patch)
treea84aef0ae3878106b71a746fa61251dcdbbd173a
parentelfeed: add a bunch of feeds (diff)
downloademacs.d-a5bc960cfe3682f568c1be4390761f4b21609057.tar.gz
ensure the package for yaml-mode is installed
Change-Id: I5fffea7968f191e4c50fc811a1fc6fa7f5ec4403
-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