dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f8d4607bf012d24952008c59b005362cd732851a
parent 06296000c7bd0b80b34c0ccf514cab8a955b5895
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  6 May 2014 11:04:14 +0200

remove unused stuff

Diffstat:
M.emacs.d/init.el | 17-----------------
1 file changed, 0 insertions(+), 17 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -186,23 +186,6 @@ (add-hook 'org-mode-hook 'turn-on-reftex) ; with Org mode (setq reftex-cite-format 'natbib) -;; Enable reftex in org mode -;(defun org-mode-reftex-setup () -; (load-library "reftex") -; (and (buffer-file-name) (file-exists-p (buffer-file-name)) -; (progn -; ; enable auto-revert-mode to update reftex when bibtex file changes -; (global-auto-revert-mode t) -; (reftex-parse-all) -; ; add a custom cite format to insert link -; (reftex-set-cite-format "** [[papers:%l][%l]]: %t \n" -; ))) -; (define-key org-mode-map (kbd "C-c )") 'reftex-citation) -;) -;(add-hook 'org-mode-hook 'org-mode-reftex-setup) -;(setq org-link-abbrev-alist -; '(("papers" . "/home/adc/owncloud/articles/adc-articles/BIBnew.bib"))) - ;; automatic LaTeX make, sometimes causes problems with references ;(setq org-latex-pdf-process (list "latexmk -pdf -bibtex %f"))