X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=.emacs;h=5e9a7a03d31572f99798789f8f770e6e613dcd70;hb=042fac64b6d145441dfd0879e44cb56ceefba482;hp=0399811c31d95960e8b795c550a54a2768a81a5c;hpb=4addcd06ba6702c8da5aa04bd76726a7df7896ba;p=emacs.d.git diff --git a/.emacs b/.emacs index 0399811..5e9a7a0 100644 --- a/.emacs +++ b/.emacs @@ -72,14 +72,11 @@ ;; 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 @@ -92,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. + ) +