Added org capture templates to repo and added a todo item template
This commit is contained in:
8
.emacs.d/capture-templates/Project.org
Normal file
8
.emacs.d/capture-templates/Project.org
Normal file
@@ -0,0 +1,8 @@
|
||||
* Information
|
||||
|
||||
Name: ${title}
|
||||
Description: %^{Description}
|
||||
|
||||
* Todo Items
|
||||
|
||||
- [ ] %?
|
||||
4
.emacs.d/capture-templates/Todo.org
Normal file
4
.emacs.d/capture-templates/Todo.org
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
* TODO ${title}
|
||||
|
||||
%?
|
||||
Reference in New Issue
Block a user