diff --git a/org-roam-capture.el b/org-roam-capture.el index 9bc30b2..fa702eb 100644 --- a/org-roam-capture.el +++ b/org-roam-capture.el @@ -39,7 +39,6 @@ (require 'cl-lib) ;; Declarations -(defvar org-roam-encrypt-files) (defvar org-roam-directory) (defvar org-roam-title-to-slug-function) diff --git a/org-roam.el b/org-roam.el index 57a8487..eba6bc7 100644 --- a/org-roam.el +++ b/org-roam.el @@ -85,11 +85,6 @@ All Org files, at any level of nesting, are considered part of the Org-roam." :type 'directory :group 'org-roam) -(defcustom org-roam-encrypt-files nil - "Whether to encrypt new files. If true, create files with .gpg extension." - :type 'boolean - :group 'org-roam) - (defcustom org-roam-file-extensions '("org") "Detected file extensions to include in the Org-roam ecosystem. The first item in the list is used as the default file extension. @@ -144,14 +139,6 @@ Function should return a filename string based on title." :type 'boolean :group 'org-roam) -;;;; Faces -(defface org-roam-shielded - '((t :inherit (warning org-link))) - "Face for Org-roam links that are shielded. -This face is used on the region target by `org-roam-insertion' -during an `org-roam-capture'." - :group 'org-roam-faces) - ;;;; ID Utilities (defun org-roam-id-at-point () "Return the ID at point, if any.