home-manager: inital commit
This commit is contained in:
parent
faaaa3d324
commit
24717f490e
31 changed files with 1560 additions and 0 deletions
17
home/dev/doom.d/snippets/org-mode/evar-gtd-project
Normal file
17
home/dev/doom.d/snippets/org-mode/evar-gtd-project
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: GTD Project
|
||||
# uuid: gtd-project
|
||||
# key: <proj
|
||||
# condition: t
|
||||
# --
|
||||
|
||||
${2:`(make-string (org-current-level) ?*)`*} $1
|
||||
$2* Immersive
|
||||
:PROPERTIES:
|
||||
:CATEGORY: immersive
|
||||
:END:
|
||||
$2* Process
|
||||
:PROPERTIES:
|
||||
:CATEGORY: process
|
||||
:END:
|
||||
$2* Notes :archive:
|
Loading…
Add table
Add a link
Reference in a new issue