Remove support for selectrum (deprecated in favour of Vertico)

This commit is contained in:
Protesilaos Stavrou 2022-11-29 04:13:25 +02:00
parent 78c561c291
commit 56e3506a55
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 0 additions and 7 deletions

View File

@ -1049,7 +1049,6 @@ everything most users need.
- recursion-indicator
- regexp-builder (re-builder)
- ruler-mode
- selectrum
- shell-script-mode (sh-mode)
- show-paren-mode
- shr

View File

@ -1780,12 +1780,6 @@ Helper function for `standard-themes-preview-colors'."
`(ruler-mode-margins ((,c :inherit ruler-mode-default :foreground ,bg-main)))
`(ruler-mode-pad ((,c :inherit ruler-mode-default :background ,bg-alt :foreground ,fg-dim)))
`(ruler-mode-tab-stop ((,c :inherit ruler-mode-default :foreground ,yellow)))
;;;; selectrum
`(selectrum-completion-annotation ((,c :inherit completions-annotations)))
`(selectrum-completion-docsig ((,c :inherit completions-annotations)))
`(selectrum-current-candidate ((,c :background ,bg-completion)))
`(selectrum-group-title ((,c :inherit bold :foreground ,name)))
`(selectrum-mouse-highlight ((,c :inherit highlight)))
;;;; show-paren-mode
`(show-paren-match ((,c :background ,bg-paren :foreground ,fg-main)))
`(show-paren-match-expression ((,c :background ,bg-alt)))