X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=.emacs;fp=.emacs;h=5e9a7a03d31572f99798789f8f770e6e613dcd70;hp=b990474d74dd029f30f3fc7540f8f8204fc6d075;hb=042fac64b6d145441dfd0879e44cb56ceefba482;hpb=e047f0ab8c506207665c71666b6dcb75fc5d683d diff --git a/.emacs b/.emacs index b990474..5e9a7a0 100644 --- 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 @@ -88,4 +89,17 @@ ;; 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. + ) +