summaryrefslogtreecommitdiffstats
path: root/lisp/init-grep.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-grep.el')
-rw-r--r--lisp/init-grep.el1
1 files changed, 0 insertions, 1 deletions
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)