From ea6c5549cbd9617763c4b0557cd08da37736f9d7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 23 Oct 2023 06:55:38 +0200 Subject: [PATCH] Remove the bibtex-completion package --- configuration.org | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/configuration.org b/configuration.org index 08aa69e..932596a 100644 --- a/configuration.org +++ b/configuration.org @@ -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