You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
614 B
32 lines
614 B
;;------------------------------------------------------------------- |
|
;; Sample private.el |
|
;; |
|
;; Base your private.el off of this if you want an easier time |
|
;; setting things up. |
|
;; |
|
;;------------------------------------------------------------------- |
|
|
|
|
|
;; Circe Configuration |
|
(defvar irc-servers '( |
|
( |
|
"Freenode" |
|
:nick "Your nick" |
|
:host "ircserver.whatever.com" |
|
:channels ("channel1" "channel2") |
|
:port port |
|
:realname "Your name" |
|
:use-tls t |
|
:nickserv-nick "auth nick" |
|
:nickserv-password "auth password" |
|
) |
|
) |
|
) |
|
|
|
|
|
|
|
;; Email Configuration |
|
|
|
|
|
|
|
;; Usenet Configuration
|
|
|