;;------------------------------------------------------------------- ;; 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