X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=db36d3e6ea3fbd60ceb3cb97d18c6f0d3c5b444c;hb=2df705d3f133dfd3c9bada6423084990a67f878f;hp=537001a6d3216706687d68b9d40fd85864051cbe;hpb=c3699272e003c6ceb222e1097cdd1252e3306435;p=emacs.d.git diff --git a/.emacs b/.emacs index 537001a..db36d3e 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. @@ -82,6 +76,11 @@ (load-library "fix-nonstandard-chars") +;; Enable dired-find-alternate-file without having to stop +;; and explain myself to Emacs. +(put 'dired-find-alternate-file 'disabled nil) + + ;; These next functions override the defaults provided by emacs. They ;; prevent warning messages related to file modification times, ;; particularly on weird filesystems.