From fc79901682a14e134e588df282868681e2126b1c Mon Sep 17 00:00:00 2001 From: Alexey Shmalko Date: Sun, 8 Mar 2020 05:15:41 +0200 Subject: [PATCH] (chore): drop org-roam-filename-noconfirm (#248) With org-capture integration, it does not seem to be used anymore. --- org-roam.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/org-roam.el b/org-roam.el index 7206b72..55693b9 100644 --- a/org-roam.el +++ b/org-roam.el @@ -84,12 +84,6 @@ Valid values are :type 'string :group 'org-roam) -(defcustom org-roam-filename-noconfirm t - "Whether to prompt for confirmation of filename for new files. -If nil, always ask for filename." - :type 'boolean - :group 'org-roam) - (defcustom org-roam-buffer-width 0.33 "Width of `org-roam' buffer." :type 'number :group 'org-roam)