]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Added a dired-mode-hook.
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index 537001a6d3216706687d68b9d40fd85864051cbe..db36d3e6ea3fbd60ceb3cb97d18c6f0d3c5b444c 100644 (file)
--- a/.emacs
+++ b/.emacs
 (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.
 (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.