From 2fdd20dc0f6b358f129af918764739e7a7d4aafc Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 20 Jun 2022 19:51:59 +0300 Subject: [PATCH] Tweak spacing in denote-org-capture.el Commentary --- denote-org-capture.el | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/denote-org-capture.el b/denote-org-capture.el index 1c62e06..45967c2 100644 --- a/denote-org-capture.el +++ b/denote-org-capture.el @@ -28,24 +28,24 @@ ;; ;; Samples of an `org-capture-templates' entry: ;; -;; (setq org-capture-templates -;; '(("n" "New note (with denote.el)" plain -;; (file denote-last-path) -;; #'denote-org-capture -;; :no-save t -;; :immediate-finish nil -;; :kill-buffer t -;; :jump-to-captured t))) +;; (setq org-capture-templates +;; '(("n" "New note (with denote.el)" plain +;; (file denote-last-path) +;; #'denote-org-capture +;; :no-save t +;; :immediate-finish nil +;; :kill-buffer t +;; :jump-to-captured t))) ;; -;; (with-eval-after-load 'org-capture -;; (add-to-list 'org-capture-templates -;; '("n" "New note (with denote.el)" plain -;; (file denote-last-path) -;; #'denote-org-capture -;; :no-save t -;; :immediate-finish nil -;; :kill-buffer t -;; :jump-to-captured t))) +;; (with-eval-after-load 'org-capture +;; (add-to-list 'org-capture-templates +;; '("n" "New note (with denote.el)" plain +;; (file denote-last-path) +;; #'denote-org-capture +;; :no-save t +;; :immediate-finish nil +;; :kill-buffer t +;; :jump-to-captured t))) ;; ;; Note that `denote-org-capture' ignores the `denote-file-type': it ;; always sets the Org file extension for the created note to ensure