[[https://github.com/org-roam/org-roam][Org Roam]] is a plain-text knowledge management system. It borrows principles from the [[https://zettelkasten.de][Zettelkasten]] method, providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using [[https://orgmode.org][Org Mode]] for their personal wiki.
@ -2403,35 +2400,6 @@ epkgs.org-roam-bibtex
;; Run the setup command.
(org-roam-setup)
;; Setup `org-roam-bibtex'.
(require 'org-ref)
(require 'org-roam-bibtex)
;; Define the default bibliography.
(defvar dotfiles/bibliography
"/etc/dotfiles/docs/references.bib"
"Default bibliography for referencing.")
;; Configure reftex to use the default bibliography.