diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:23:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-01 11:23:35 +0100 |
commit | 875aadf134fd5ce00bae4242badbf9f052f1ab85 (patch) | |
tree | 00d007ce9ef91e281909bf0777d8751681baec7d /.config/emacs/modules/mm-completion.el | |
parent | eb62d02a00b1b05c2107c6303a5c75046d00c955 (diff) |
emacs: Remove pulsar hooks
Diffstat (limited to '.config/emacs/modules/mm-completion.el')
-rw-r--r-- | .config/emacs/modules/mm-completion.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/emacs/modules/mm-completion.el b/.config/emacs/modules/mm-completion.el index f60ae42..79da064 100644 --- a/.config/emacs/modules/mm-completion.el +++ b/.config/emacs/modules/mm-completion.el @@ -141,12 +141,7 @@ " -path '*/.git*' -prune" " -or -path '*/vendor/*' -prune" ")") - " ")) - :config - (with-eval-after-load 'pulsar - (setopt consult-after-jump-hook nil) - (dolist (command #'(pulsar-recenter-top pulsar-reveal-entry)) - (add-hook 'consult-after-jump-hook command)))) + " "))) ;;; Dynamic Abbreviations |