Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 401 Bytes

takenote

A Doom Emacs module for my way of taking notes

This module depends on your setting of these three variables, this is the way I do it in my config.el:

(setq bibtex-completion-library-path "~/pdfs"
      bibtex-completion-bibliography (list "~/pdfs/references.bib")
      org-directory "~/org/")

My init file has this line in it:

       (org +roam2 +noter)