update config
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user