From 6bcbf4743f627d50f44fca0c8a67ae91853c92ea Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 29 Sep 2024 13:44:49 -0400 Subject: [PATCH] photography moved to obsidian digital art comp book --- org/config-org-capture.el | 11 ----------- org/config-org-keyboard.el | 3 --- 2 files changed, 14 deletions(-) diff --git a/org/config-org-capture.el b/org/config-org-capture.el index c1ebfdb..634543b 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -159,17 +159,6 @@ :immediate-finish "f" :jump-to-captured "t" ) - ("p" "Photography") - ("pt" "Theme (Film)" entry - (file+headline "~/org/photography/film.org" "Themes - Active") - (file "~/org/_org-capture-templates/template_photog_theme.org") - :empty-lines-before 1 - ) - ("pi" "Theme (Instant Film)" entry - (file+headline "~/org/photography/instant_film.org" "Themes - Active") - (file "~/org/_org-capture-templates/template_photog_instant_film_theme.org") - :empty-lines-before 1 - ) ("r" "Recipe") ("rs" "Standard" plain (file "~/org/culinary/_recipes.org") diff --git a/org/config-org-keyboard.el b/org/config-org-keyboard.el index 8948b05..98aa3fa 100644 --- a/org/config-org-keyboard.el +++ b/org/config-org-keyboard.el @@ -27,9 +27,6 @@ (global-set-key (kbd "C-c d h") (lambda () (interactive) (find-file "~/org/health/_health.org")) ) -(global-set-key (kbd "C-c d p") - (lambda () (interactive) (find-file "~/org/photography/_photography.org")) -) (global-set-key (kbd "C-c d g") (lambda () (interactive) (find-file "~/org/games/_games.org")) )