selectrum: remove embark export/collect popup rules

They don't seem to be necessary anymore, and cause issues with window
opening logic when clicking on links in exported grep buffers.
This commit is contained in:
Itai Y. Efrat 2021-07-01 00:11:46 +03:00
parent 7c313fbac2
commit 2e6a04e536
2 changed files with 9 additions and 8 deletions

View file

@ -133,9 +133,7 @@
"h" #'doom/help-packages
"b" #'doom/bump-package
"c" #'doom/help-package-config
"u" #'doom/help-package-homepage)
(set-popup-rule! "^\\*Embark Export" :size 0.35 :ttl 0 :quit nil)
(set-popup-rule! "^\\*Embark Collect" :size 0.35 :ttl 0 :quit nil))
"u" #'doom/help-package-homepage))
(use-package! marginalia
:hook (doom-first-input . marginalia-mode)