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:
parent
7c313fbac2
commit
2e6a04e536
2 changed files with 9 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue