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

With org-capture integration, it does not seem to be used anymore.
master
Alexey Shmalko 6 years ago committed by GitHub
parent 46afa483a9
commit fc79901682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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)

Loading…
Cancel
Save