branch: externals/denote commit 7fe66f43d453866bafc1ee776a3173fdf0106f22 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove needless outline and empty line --- denote-org-capture.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index 0e25fed973..5999f3aef9 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -34,8 +34,6 @@ "Simple tool for plain text notes." :group 'files) -;;; User options - (defcustom denote-org-capture-specifiers "%l\n%i\n%?" "String with format specifieirs for `org-capture-templates'. Check that variable's documentation for the details. @@ -46,7 +44,6 @@ define." :type 'string :group 'denote) - ;;;###autoload (defun denote-org-capture () "Create new note through `org-capture-templates'.