photography moved to obsidian digital art comp book
This commit is contained in:
parent
200163e198
commit
6bcbf4743f
|
@ -159,17 +159,6 @@
|
||||||
:immediate-finish "f"
|
:immediate-finish "f"
|
||||||
:jump-to-captured "t"
|
: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")
|
("r" "Recipe")
|
||||||
("rs" "Standard" plain
|
("rs" "Standard" plain
|
||||||
(file "~/org/culinary/_recipes.org")
|
(file "~/org/culinary/_recipes.org")
|
||||||
|
|
|
@ -27,9 +27,6 @@
|
||||||
(global-set-key (kbd "C-c d h")
|
(global-set-key (kbd "C-c d h")
|
||||||
(lambda () (interactive) (find-file "~/org/health/_health.org"))
|
(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")
|
(global-set-key (kbd "C-c d g")
|
||||||
(lambda () (interactive) (find-file "~/org/games/_games.org"))
|
(lambda () (interactive) (find-file "~/org/games/_games.org"))
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue