branch: externals/rcirc-color commit e40b6d1ba0d668568eb418e345d33dd227c9d109 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
* rcirc-color.el (rcirc-do-color): Respect color-other-attributes --- rcirc-color.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcirc-color.el b/rcirc-color.el index 1c9a0cfced..1e129ceaa7 100644 --- a/rcirc-color.el +++ b/rcirc-color.el @@ -160,7 +160,7 @@ commands." (mapconcat 'identity names " "))) (let* ((index (random (length rcirc-colors))) (color (elt rcirc-colors index)) - (face (cons 'foreground-color color))) + (face `(:foreground ,color ,@rcirc-color-other-attributes))) (puthash nick face rcirc-color-mapping)))) (defun rcirc-color--handler-NICK (_process sender args _text)