(chore): drop org-roam-filename-noconfirm (#248)

With org-capture integration, it does not seem to be used anymore.
This commit is contained in:
Alexey Shmalko 2020-03-08 05:15:41 +02:00 committed by GitHub
parent 46afa483a9
commit fc79901682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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