Variable: hynote-directory-list

hynote-directory-list is a variable defined in hynote.el.

Value

("~/org/" "~/org-roam/")

Documentation

Directories in which to find HyNote Org files.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hynote.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hynote-directory-list '("~/org/" "~/org-roam/")
  "Directories in which to find HyNote Org files.")