Skip to content

Commit

Permalink
erc will autojoin after successful NickServ identification
Browse files Browse the repository at this point in the history
remove ascii.el,the ascii.el can not use in emacs24 :'(
  • Loading branch information
chenfengyuan committed Jan 24, 2012
1 parent ce49c1a commit 6d99e13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions emacs
@@ -1,6 +1,6 @@
; -*- mode: emacs-lisp;-*-
;;chenfengyuan
;; Time-stamp: <2012-01-13 20:26:24 cfy>
;; Time-stamp: <2012-01-24 19:04:32 cfy>

;;load-path
(cond ((eq system-type 'gnu/linux)
Expand Down Expand Up @@ -110,7 +110,7 @@
(iswitchb-mode)

;;ascii code display
(require 'ascii)
;; (require 'ascii)


;;auto-complete
Expand Down Expand Up @@ -339,8 +339,8 @@
(load "~/.emacs-passwd")
(setq erc-email-userid "cfy")
(setq erc-autojoin-channels-alist
'(("freenode.net" "#ubuntu-cn" "#gentoo-cn" "#lisp-zh" "#qi-hardware-cn")
))
'(("freenode.net" "#ubuntu-cn" "#gentoo-cn" "#lisp-zh" "#qi-hardware-cn")))
(setq erc-autojoin-timing 'ident)
(defun erc-start ()
(interactive)
(erc :server "irc.freenode.net" :port 6667 :nick "cfy"))
Expand Down Expand Up @@ -454,4 +454,4 @@

(autoload 'visual-basic-mode "visual-basic-mode" "Visual Basic mode." t)
(setq auto-mode-alist (append '(("\\.vbs$" .
visual-basic-mode)) auto-mode-alist))
visual-basic-mode)) auto-mode-alist))

0 comments on commit 6d99e13

Please sign in to comment.