From a5bc960cfe3682f568c1be4390761f4b21609057 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 7 Jun 2023 08:33:57 -0700 Subject: ensure the package for yaml-mode is installed Change-Id: I5fffea7968f191e4c50fc811a1fc6fa7f5ec4403 --- init.org | 1 + 1 file changed, 1 insertion(+) (limited to 'init.org') 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 -- cgit v1.2.3