]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - .emacs
Add the latex-query-replace-regexp-math library.
[emacs.d.git] / .emacs
diff --git a/.emacs b/.emacs
index 0399811c31d95960e8b795c550a54a2768a81a5c..5e9a7a03d31572f99798789f8f770e6e613dcd70 100644 (file)
--- a/.emacs
+++ b/.emacs
 ;; Never ask me anything, emacs.
 (setq save-abbrevs nil)
 
-;; Like ansi-term, except I don't get trapped in an inferior emacs
-;; session every once in a while.
-(load-library "multi-term")
-
 (load-library "diff-buffer-against-file")
 (global-set-key "\C-cd" 'diff-buffer-against-file)
 
 (load-library "fix-nonstandard-chars")
+(load-library "latex-query-replace-regexp-math")
 
 
 ;; Enable dired-find-alternate-file without having to stop
 
 ;; Show trailing whitespace, without having to drop into
 ;; whitespace-mode.
-(custom-set-variables '(show-trailing-whitespace t))
+(custom-set-variables
+ ;; custom-set-variables was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ '(auth-source-save-behavior nil)
+ '(show-trailing-whitespace t))
+(custom-set-faces
+ ;; custom-set-faces was added by Custom.
+ ;; If you edit it by hand, you could mess it up, so be careful.
+ ;; Your init file should contain only one such instance.
+ ;; If there is more than one, they won't work right.
+ )
+