Advertisement
Guest User

Untitled

a guest
May 30th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ;; Add these to a list
  2. (setq org-capture-templates '())
  3.  
  4. (add-to-list 'org-capture-templates
  5. '("w" "Journal de musculation")
  6. t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement