summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp/bandali-erc.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.emacs.d/lisp/bandali-erc.el25
1 files changed, 13 insertions, 12 deletions
diff --git a/.emacs.d/lisp/bandali-erc.el b/.emacs.d/lisp/bandali-erc.el
index ed27df3..bc0657a 100644
--- a/.emacs.d/lisp/bandali-erc.el
+++ b/.emacs.d/lisp/bandali-erc.el
@@ -40,6 +40,7 @@
erc-nick "bandali"
erc-prompt "erc>"
erc-prompt-for-password nil
+ erc-query-display 'buffer
erc-rename-buffers t
erc-server-reconnect-attempts 5
erc-server-reconnect-timeout 3)
@@ -67,14 +68,14 @@
(declare-function erc-update-modules "erc")
(erc-update-modules)
- (set-face-attribute
- 'erc-nick-default-face nil
- ;; :weight 'semibold
- ;; :background "#f2f2f2"
- ;; :foreground "#222222"
- :weight 'bold
- :background "#f8f8f8"
- :foreground "#6a6a6a")
+ ;; (set-face-attribute
+ ;; 'erc-nick-default-face nil
+ ;; ;; :weight 'semibold
+ ;; ;; :background "#f2f2f2"
+ ;; ;; :foreground "#222222"
+ ;; :weight 'bold
+ ;; :background "#f8f8f8"
+ ;; :foreground "#6a6a6a")
;; (set-face-attribute
;; 'erc-notice-face nil
@@ -96,16 +97,16 @@
(csetq
erc-pal-highlight-type 'nick
erc-pals
- '("aindilis" "blackbeard" "bremner" "~brettgilio?@*" "civodul"
- "dto" "ggoes" "iank" "jrasata" "mplsCorwin" "quidam" "rwp"
- "sachac" "sudoman" "technomancy"))
+ '("bremner" "^gopar" "^iank" "quidam" "^rwp" "sudoman"
+ "technomancy" "thomzane"))
(with-eval-after-load 'erc-match
(set-face-attribute
'erc-pal-face nil
:foreground 'unspecified
:weight 'unspecified
:inherit 'erc-nick-default-face
- :background (face-attribute 'font-lock-string-face :background)))
+ ;; :background (face-attribute 'font-lock-string-face :background)
+ :background "#ffffdf"))
;; erc-pcomplete
(csetq erc-pcomplete-nick-postfix ",")