[Misc] Aesthetics

This commit is contained in:
Daniel - 2017-08-06 22:03:57 +02:00
parent de53bc1bc7
commit 26dd7c35c5
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -1078,7 +1078,9 @@ _h_ _l_ _o_k _y_ank
:init (add-hook 'latex-mode-hook 'turn-on-reftex) ; with Emacs latex mode
:config (progn
(eval-after-load 'helm-mode
'(add-to-list 'helm-completing-read-handlers-alist '(reftex-citation . nil)))
'(add-to-list
'helm-completing-read-handlers-alist
'(reftex-citation . nil)))
(setq reftex-plug-into-AUCTeX t)
(setq reftex-default-bibliography
'("~/Documents/uni/research/references.bib"))))