simplify: remove unused things

This commit is contained in:
Jethro Kuan
2021-04-03 21:26:18 +08:00
parent 4e5a21d7e3
commit ca1080b349
2 changed files with 0 additions and 14 deletions

View File

@ -39,7 +39,6 @@
(require 'cl-lib)
;; Declarations
(defvar org-roam-encrypt-files)
(defvar org-roam-directory)
(defvar org-roam-title-to-slug-function)

View File

@ -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.