From 9b2d092e2f07c4d57714b8dc082e489de57722ef Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Sat, 25 Jul 2020 11:55:25 +0200 Subject: all: Let :ensure default to off Makes it easier to identify which packages are not bundled with Emacs. --- lisp/init-yaml.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/init-yaml.el') diff --git a/lisp/init-yaml.el b/lisp/init-yaml.el index 1892108..ce81d61 100644 --- a/lisp/init-yaml.el +++ b/lisp/init-yaml.el @@ -1,4 +1,5 @@ (use-package yaml-mode + :ensure t :mode ;; ansible group_vars and host_vars ("/\\(group\\|host\\)_vars/" . yaml-mode)) -- cgit v1.2.3