X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=.emacs;h=d263d76ec5a4a47977c3dddf14083731088319a2;hb=d04875beada19984184492b67c564f44c6fb37f1;hp=537001a6d3216706687d68b9d40fd85864051cbe;hpb=3fcdaefe9cd5692cfb622e2f70cfbba2d97063ac;p=emacs.d.git 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.