diff options
author | Amin Bandali <bandali@gnu.org> | 2020-10-05 23:18:01 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-10-05 23:18:01 -0400 |
commit | 927b50b7aec2da105bd5125dec272a89e38663c3 (patch) | |
tree | bc87e015f9de1e58b8f490c755ff272b8968e958 /lisp/bandali-erc.el | |
parent | 514148d8bef4b14c8754197197c32b212dfb79c2 (diff) | |
download | configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.gz configs-927b50b7aec2da105bd5125dec272a89e38663c3.tar.xz configs-927b50b7aec2da105bd5125dec272a89e38663c3.zip |
Fold lisp/bandali-utils.el back into init.el
Diffstat (limited to 'lisp/bandali-erc.el')
-rw-r--r-- | lisp/bandali-erc.el | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/lisp/bandali-erc.el b/lisp/bandali-erc.el index 6beac87..41a152c 100644 --- a/lisp/bandali-erc.el +++ b/lisp/bandali-erc.el @@ -67,9 +67,20 @@ (set-face-attribute 'erc-nick-default-face nil - :weight 'semibold - :background "#f2f2f2" - :foreground "#222222") + ;; :weight 'semibold + ;; :background "#f2f2f2" + ;; :foreground "#222222" + :weight 'bold + :background "#f8f8f8" + :foreground "#6a6a6a") + + ;; (set-face-attribute + ;; 'erc-notice-face nil + ;; ;; :background "#fffadf" + ;; ;; :background "#f9f9f9" + ;; :background 'unspecified + ;; ;; :foreground "#809de5" + ;; :foreground "steel blue") ;; erc-fill ;; (csetq @@ -82,8 +93,9 @@ ;; erc-match (csetq erc-pal-highlight-type 'nick - erc-pals '("aindilis" "blackbeard" "brettgilio" "civodul" "dto" - "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy")) + erc-pals + '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" + "dto" "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy")) (with-eval-after-load 'erc-match (set-face-attribute 'erc-pal-face nil |