Remove the bibtex-completion package
This commit is contained in:
parent
fe3a358900
commit
ea6c5549cb
@ -2307,23 +2307,6 @@ I don’t always use the package menu, but when i do, i want to do it in style
|
||||
(doom-themes-org-config))
|
||||
#+end_src
|
||||
|
||||
** BibTex
|
||||
|
||||
First, set up ~bibtex-completion~:
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package bibtex-completion
|
||||
:after
|
||||
org
|
||||
:custom
|
||||
(bibtex-completion-bibliography (expand-file-name "references.bib" org-directory))
|
||||
(bibtex-completion-library-path (expand-file-name "bibtex-pdfs" org-directory))
|
||||
(bibtex-completion-pdf-open-function 'org-open-file)
|
||||
(bibtex-completion-notes-path (expand-file-name
|
||||
(convert-standard-filename "bibliography/bibtex-notes")
|
||||
org-directory)))
|
||||
#+end_src
|
||||
|
||||
* Dired related packages
|
||||
|
||||
** Collapse directories that only contain one file somewhere deep
|
||||
|
Loading…
Reference in New Issue
Block a user