Modify ivy configuration to reflect current worktree of my research
This commit is contained in:
@@ -16,16 +16,24 @@
|
|||||||
|
|
||||||
;; ivy-bibtex
|
;; ivy-bibtex
|
||||||
(setq bibtex-completion-bibliography
|
(setq bibtex-completion-bibliography
|
||||||
'("~/repos/notabug/pesquisa/memory.bib"))
|
'("~/repos/csphy/pesquisa/vis.bib"))
|
||||||
|
|
||||||
;; where are the pdfs
|
;; where are the pdfs
|
||||||
(setq bibtex-completion-library-path
|
(setq bibtex-completion-library-path
|
||||||
'("~/repos/notabug/pesquisa/memory"))
|
'("~/repos/csphy/pesquisa/vis"))
|
||||||
|
|
||||||
;; where are the notes
|
;; where are the notes
|
||||||
(setq bibtex-completion-notes-path "~/repos/notabug/pesquisa/paper_notes.org")
|
(setq bibtex-completion-notes-path "~/repos/csphy/pesquisa/paper-notes.org")
|
||||||
|
|
||||||
;; some handy visual markers
|
;; some handy visual markers
|
||||||
(setq bibtex-completion-pdf-symbol "⌘")
|
(setq bibtex-completion-pdf-symbol "⌘")
|
||||||
(setq bibtex-completion-notes-symbol "✎")
|
(setq bibtex-completion-notes-symbol "✎")
|
||||||
|
|
||||||
;; open pdfs in mupdf
|
;; open pdfs in mupdf
|
||||||
(setq bibtex-completion-pdf-open-function
|
(setq bibtex-completion-pdf-open-function
|
||||||
(lambda (fpath)
|
(lambda (fpath)
|
||||||
(call-process "mupdf" nil 0 nil fpath)))
|
(call-process "mupdf" nil 0 nil fpath)))
|
||||||
|
|
||||||
|
;; use firefox (Comment this if you want seamonkey)
|
||||||
|
(setq bibtex-completion-browser-function
|
||||||
|
(lambda (url _) (start-process "firefox" "*firefox*" "firefox" url)))
|
||||||
|
|||||||
Reference in New Issue
Block a user