Minor IRC formmating of the ERC variables
This commit is contained in:
parent
8690385c15
commit
4848a23742
1 changed files with 23 additions and 21 deletions
|
@ -52,6 +52,8 @@ My IRC /needs/ are basic, but I'm not sure which I want to use.
|
|||
erc-fill-column 120
|
||||
erc-fill-function 'erc-fill-static
|
||||
erc-fill-static-center 20
|
||||
erc-timestamp-only-if-changed-flag nil
|
||||
;; erc-timestamp-format "%H:%M"
|
||||
erc-autojoin-channels-alist '(("howardabrams.com" "#emacs" "#org-mode"))
|
||||
erc-quit-reason (lambda (s) (or s "Fading out..."))
|
||||
erc-modules
|
||||
|
@ -67,7 +69,7 @@ My IRC /needs/ are basic, but I'm not sure which I want to use.
|
|||
(username (plist-get auth-first :user))
|
||||
(password (funcall (plist-get auth-first :secret))))
|
||||
(erc :server "howardabrams.com" :port 7777)
|
||||
(sit-for 1)
|
||||
(sit-for 2)
|
||||
(erc-cmd-QUOTE (format "PASS %s:%s" username password))))
|
||||
#+END_SRC
|
||||
|
||||
|
|
Loading…
Reference in a new issue