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")) )