Tweak spacing in denote-org-capture.el Commentary

This commit is contained in:
Protesilaos Stavrou 2022-06-20 19:51:59 +03:00
parent 5a1b05d6c7
commit 2fdd20dc0f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -28,24 +28,24 @@
;; ;;
;; Samples of an `org-capture-templates' entry: ;; Samples of an `org-capture-templates' entry:
;; ;;
;; (setq org-capture-templates ;; (setq org-capture-templates
;; '(("n" "New note (with denote.el)" plain ;; '(("n" "New note (with denote.el)" plain
;; (file denote-last-path) ;; (file denote-last-path)
;; #'denote-org-capture ;; #'denote-org-capture
;; :no-save t ;; :no-save t
;; :immediate-finish nil ;; :immediate-finish nil
;; :kill-buffer t ;; :kill-buffer t
;; :jump-to-captured t))) ;; :jump-to-captured t)))
;; ;;
;; (with-eval-after-load 'org-capture ;; (with-eval-after-load 'org-capture
;; (add-to-list 'org-capture-templates ;; (add-to-list 'org-capture-templates
;; '("n" "New note (with denote.el)" plain ;; '("n" "New note (with denote.el)" plain
;; (file denote-last-path) ;; (file denote-last-path)
;; #'denote-org-capture ;; #'denote-org-capture
;; :no-save t ;; :no-save t
;; :immediate-finish nil ;; :immediate-finish nil
;; :kill-buffer t ;; :kill-buffer t
;; :jump-to-captured t))) ;; :jump-to-captured t)))
;; ;;
;; Note that `denote-org-capture' ignores the `denote-file-type': it ;; Note that `denote-org-capture' ignores the `denote-file-type': it
;; always sets the Org file extension for the created note to ensure ;; always sets the Org file extension for the created note to ensure