]> 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 b990474d74dd029f30f3fc7540f8f8204fc6d075..5e9a7a03d31572f99798789f8f770e6e613dcd70 100644 (file)
--- a/.emacs
+++ b/.emacs
@@ -76,6 +76,7 @@
 (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.
+ )
+