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-python.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/init-python.el') diff --git a/lisp/init-python.el b/lisp/init-python.el index 0ff1f21..64ea3bc 100644 --- a/lisp/init-python.el +++ b/lisp/init-python.el @@ -6,7 +6,6 @@ 'python-imenu-create-flat-index)) (use-package python - :ensure nil ;; package is bundled with emacs :commands python-mode :hook (python-mode . python-mode-buffer-local-variables) :config -- cgit v1.2.3