X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e34a133fd6788a1769d624c9ac6f2c4bbf9efb65..cfabf52cc6df41857e7823994cc7433de2a66871:/emacs?ds=sidebyside diff --git a/emacs b/emacs index 8abc4af..0cca241 100644 --- a/emacs +++ b/emacs @@ -408,7 +408,7 @@ ("\\.\\(tex\\|dtx\\)$" . latex-mode) ("\\.gc$" . haskell.-mode) (,(concat "^" (getenv "HOME") "/News/") . mdwmail-mode) - (,(concat "^" tmpdir "/\\(SLRN\\|snd\\|pico\\)") + (,(concat "^" tmpdir "/\\(SLRN\\|snd\\|pico\\|mutt\\)") . mdwmail-mode)) auto-mode-alist)) @@ -536,9 +536,6 @@ (add-hook 'TeXinfo-mode-hook 'mdw-fontify-texinfo t) (setq LaTeX-table-label "tbl:") -(setq-default TeX-master nil) -;; (setq TeX-parse-self t) -;; (setq TeX-auto-save t) (setq TeX-auto-untabify nil) (add-hook 'TeX-mode-hook 'mdw-fontify-tex t) (add-hook 'tex-mode-hook 'mdw-fontify-tex t) @@ -590,6 +587,14 @@ ("^pdf$" "." "evince %o") ("^html?$" "." "netscape %o"))) +(setq reftex-use-external-file-finders t) + +(setq bibtex-field-delimiters 'double-quotes + bibtex-entry-format '(realign opts-or-alts required-fields + numerical-fields last-comma delimiters + unify-case) + bibtex-include-OPTkey nil) + ;;;----- SLIME setup -------------------------------------------------------- (trap