Remove the bibtex-completion package

This commit is contained in:
Gergely Polonkai 2023-10-23 06:55:38 +02:00
parent fe3a358900
commit ea6c5549cb
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 17 deletions

View File

@ -2307,23 +2307,6 @@ I dont 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