photography moved to obsidian digital art comp book

This commit is contained in:
KemoNine 2024-09-29 13:44:49 -04:00
parent 200163e198
commit 6bcbf4743f
2 changed files with 0 additions and 14 deletions

View file

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

View file

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