diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-07 08:33:57 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-07 08:33:57 -0700 |
commit | a5bc960cfe3682f568c1be4390761f4b21609057 (patch) | |
tree | a84aef0ae3878106b71a746fa61251dcdbbd173a | |
parent | elfeed: add a bunch of feeds (diff) | |
download | emacs.d-a5bc960cfe3682f568c1be4390761f4b21609057.tar.gz |
ensure the package for yaml-mode is installed
Change-Id: I5fffea7968f191e4c50fc811a1fc6fa7f5ec4403
-rw-r--r-- | init.org | 1 |
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 |