projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* lisp/bandali-gnus.el: SFL mail setup
[~bandali/configs]
/
lisp
/
bandali-erc.el
diff --git
a/lisp/bandali-erc.el
b/lisp/bandali-erc.el
index
94b5013
..
89ec6a0
100644
(file)
--- a/
lisp/bandali-erc.el
+++ b/
lisp/bandali-erc.el
@@
-27,6
+27,7
@@
(use-package erc
:bind ("C-c w e" . erc-switch-to-buffer-other-window)
:custom
(use-package erc
:bind ("C-c w e" . erc-switch-to-buffer-other-window)
:custom
+ (erc-auto-query 'bury)
(erc-autojoin-domain-only nil)
(erc-format-nick-function 'erc-format-@nick)
(erc-join-buffer 'bury)
(erc-autojoin-domain-only nil)
(erc-format-nick-function 'erc-format-@nick)
(erc-join-buffer 'bury)
@@
-66,8
+67,18
@@
(erc-fill-static-center 18))
(use-package erc-match
(erc-fill-static-center 18))
(use-package erc-match
+ :disabled
:after erc
: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
:custom
+ (erc-pal-highlight-type 'message)
(erc-pals
'("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto"
"ggoes" "jrasata" "jxself" "mplsCorwin" "quiliro" "rindolf" "rwp"
(erc-pals
'("aindilis" "blackbeard" "bremner" "brettgilio" "civodul" "dto"
"ggoes" "jrasata" "jxself" "mplsCorwin" "quiliro" "rindolf" "rwp"
@@
-109,7
+120,9
@@
`(("znc.emacsconf.org" 6697 t
((freenode "bandali/freenode" ,pwd)))
("znc.emacsconf.org" 6697 t
`(("znc.emacsconf.org" 6697 t
((freenode "bandali/freenode" ,pwd)))
("znc.emacsconf.org" 6697 t
- ((oftc "bandali/oftc" ,pwd)))))))
+ ((oftc "bandali/oftc" ,pwd)))
+ ("znc.emacsconf.org" 6697 t
+ ((tildechat "bandali/tildechat" ,pwd)))))))
(provide 'bandali-erc)
;;; bandali-erc.el ends here
(provide 'bandali-erc)
;;; bandali-erc.el ends here