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, 1 insertions, 0 deletions
diff --git a/lisp/init-grep.el b/lisp/init-grep.el
index 8b04c6e..7ad6b62 100644
--- a/lisp/init-grep.el
+++ b/lisp/init-grep.el
@@ -17,6 +17,7 @@
(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)