]> git.donarmstrong.com Git - lib.git/commitdiff
stop calling reftex-parse-all on every org-mode setup
authorDon Armstrong <don@donarmstrong.com>
Sat, 6 Jan 2018 00:31:47 +0000 (16:31 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 6 Jan 2018 00:31:47 +0000 (16:31 -0800)
emacs_el/configuration/don-configuration.org

index 8652bd2d542099d706eaff45c7efae60b053b0e8..4061c48519f108eb05a72b76621dbffd8e419afc 100644 (file)
@@ -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]]")