+(use-package erc-match
+ :disabled
+ :after erc
+ :config
+ (set-face-attribute
+ 'erc-pal-face nil
+ :foreground 'unspecified
+ :weight 'unspecified
+ ;; :inherit 'font-lock-string-face
+ ;; :background (face-attribute 'font-lock-string-face :background)
+ :background "#ffffed")
+ :custom
+ (erc-pal-highlight-type 'message)
+ (erc-pals
+ '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto"
+ "ggoes" "jrasata" "jxself" "mplsCorwin" "quiliro" "rindolf" "rwp"
+ "sachac" "technomancy")))
+