]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Removed the load-erc function; ERC is built-in now.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 15 Apr 2010 19:43:27 +0000 (15:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Mar 2011 00:46:49 +0000 (20:46 -0400)
Added an ERC setting to open private messages in a new buffer.

.emacs

diff --git a/.emacs b/.emacs
index 537001a6d3216706687d68b9d40fd85864051cbe..d263d76ec5a4a47977c3dddf14083731088319a2 100644 (file)
--- a/.emacs
+++ b/.emacs
 (load-library "autoloads")
 
 
 (load-library "autoloads")
 
 
-(defun load-erc()
-  (interactive)
-  (ignore-errors
-    (load-library "erc")
-    )
-  )
-
-(global-set-key "\C-ce" 'load-erc)
+;; Open private IRC messages in a new buffer.
+(setq erc-auto-query 'buffer)
 
 
 ;; Never ask me anything, emacs.
 
 
 ;; Never ask me anything, emacs.