From: Don Armstrong Date: Sat, 6 Jan 2018 00:31:47 +0000 (-0800) Subject: stop calling reftex-parse-all on every org-mode setup X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=41b2b4ee8828c7ded16c31b710f26da596707bac stop calling reftex-parse-all on every org-mode setup --- diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index 8652bd2..4061c48 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -1174,11 +1174,11 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori (org-add-link-type "mutt" 'open-mail-in-mutt) (defun my-org-mode-setup () - (load-library "reftex") + ; (load-library "reftex") (and (buffer-file-name) (file-exists-p (buffer-file-name)) (progn - (reftex-parse-all) + ; (reftex-parse-all) (reftex-set-cite-format '((?b . "[[bib:%l][%l-bib]]") (?n . "[[notes:%l][%l-notes]]")