update config

This commit is contained in:
Mateus Pinto Rodrigues
2017-12-02 16:35:27 -02:00
parent 58c3bd6728
commit db027945a2
4 changed files with 20 additions and 25 deletions

View File

@@ -20,8 +20,12 @@
;; where are the pdfs
(setq bibtex-completion-library-path
'("~/repos/notabug/pesquisa/memory"))
;; where is the notes
(setq bibtex-completion-notes-path "~/repos/notabug/paper_notes.org")
;; where are the notes
(setq bibtex-completion-notes-path "~/repos/notabug/pesquisa/paper_notes.org")
;; some handy visual markers
(setq bibtex-completion-pdf-symbol "")
(setq bibtex-completion-notes-symbol "")
;; open pdfs in mupdf
(setq bibtex-completion-pdf-open-function
(lambda (fpath)
(call-process "mupdf" nil 0 nil fpath)))