From 29a8b1553e8f60b92c2abc527f84d9dc5498f718 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 5 Apr 2022 08:22:22 -0500 Subject: [PATCH] project capture includes extra space --- README.org | 6 +++--- init.el | 9 +++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 374d009d..a89f4547 100644 --- a/README.org +++ b/README.org @@ -1594,13 +1594,13 @@ Part of this config includes some special capture templates for my work as a you ("r" "Templates for projects") ("rt" "Project-local todo" entry (file+headline chris/project-todo "Inbox") - "* TODO %?\n%a\n%i\n" :prepend t) + "* TODO %?\n%a\n%i\n\n" :prepend t) ("rn" "Project-local notes" entry (file+headline chris/project-todo "Notes") - "* %U %?\n%a\n%i\n" :prepend t) + "* %U %?\n%a\n%i\n\n" :prepend t) ("rc" "Project-local changelog" entry (file+headline chris/project-changelog "Changelog") - "* %U %?\n%a\n%i\n" :prepend t)) + "* %U %?\n%a\n%i\n\n" :prepend t)) org-capture-use-agenda-date t org-agenda-timegrid-use-ampm t org-agenda-show-inherited-tags nil diff --git a/init.el b/init.el index c272d095..0859a996 100644 --- a/init.el +++ b/init.el @@ -1014,13 +1014,13 @@ targets." ("r" "Templates for projects") ("rt" "Project-local todo" entry (file+headline chris/project-todo "Inbox") - "* TODO %?\n%a\n%i\n" :prepend t) + "* TODO %?\n%a\n%i\n\n" :prepend t) ("rn" "Project-local notes" entry (file+headline chris/project-todo "Notes") - "* %U %?\n%a\n%i\n" :prepend t) + "* %U %?\n%a\n%i\n\n" :prepend t) ("rc" "Project-local changelog" entry (file+headline chris/project-changelog "Changelog") - "* %U %?\n%a\n%i\n" :prepend t)) + "* %U %?\n%a\n%i\n\n" :prepend t)) org-capture-use-agenda-date t org-agenda-timegrid-use-ampm t org-agenda-show-inherited-tags nil @@ -2044,7 +2044,8 @@ interfere with the default `bongo-playlist-buffer'." '(pdf-misc-print-program "/usr/bin/lpr" t) '(pdf-misc-print-program-args '("-o media=Letter" "-o fitplot") t) '(safe-local-variable-values - '((projectile-project-run-cmd . "./build/bin/presenter") + '((aggressive-indent-mode) + (projectile-project-run-cmd . "./build/bin/presenter") (projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make --dir build/")))) (custom-set-faces ;; custom-set-faces was added by Custom.