summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj/init.el')
-rw-r--r--emacs/.config/emacs-kj/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index 68f0c21..dda4edd 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -232,7 +232,7 @@
:ensure t
:after (embark consult)
:demand t
- :hook (embark-mode-hook . consult-preview-at-point-mode))
+ :hook (embark-mode . consult-preview-at-point-mode))
;; For editing grep buffers.
(use-package wgrep)