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-grep.el | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp/init-grep.el') diff --git a/lisp/init-grep.el b/lisp/init-grep.el index 7ad6b62..319919a 100644 --- a/lisp/init-grep.el +++ b/lisp/init-grep.el @@ -16,7 +16,6 @@ (setq-local truncate-lines nil)) (use-package grep - :ensure nil ;; package is bundled with emacs :demand t ;; this cannot lazy load as bindings are inside a mode map :hook (grep-mode . grep-mode-buffer-local-variables) -- cgit v1.2.3