X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/8af2ea12afcdfe370b7fcdfc0f62c52c25be9f64..11ee833744b07596b4b9e3896889706beae1f16a:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index f5d4595..1af6e8e 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1409,7 +1409,8 @@ If NEW-SESSION-P, start a new session." '(define-key w3m-mode-map [?\e ?\r] 'w3m-view-this-url-new-session)) (defcustom mdw-good-url-browsers - '(browse-url-mozilla + '(browse-url-firefox + browse-url-mozilla browse-url-generic (w3m . mdw-w3m-browse-url) browse-url-w3) @@ -2252,8 +2253,14 @@ doesn't match any of the regular expressions in (mdw-define-face erc-my-nick-face (t :foreground "yellow" :weight bold)) +(mdw-define-face erc-current-nick-face + (t :foreground "yellow" :weight bold)) (mdw-define-face erc-input-face (t :foreground "yellow")) +(mdw-define-face erc-action-face + ()) +(mdw-define-face erc-button + (t :foreground "cyan" :underline t :weight semi-bold)) (mdw-define-face woman-bold (t :weight bold))