From: Michael Orlitzky Date: Thu, 15 Apr 2010 19:43:27 +0000 (-0400) Subject: Removed the load-erc function; ERC is built-in now. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=commitdiff_plain;h=d04875beada19984184492b67c564f44c6fb37f1 Removed the load-erc function; ERC is built-in now. Added an ERC setting to open private messages in a new buffer. --- diff --git a/.emacs b/.emacs index 537001a..d263d76 100644 --- a/.emacs +++ b/.emacs @@ -62,14 +62,8 @@ (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.