Squashed 'dotfiles/emacs.d/snippets/org-mode/' content from commit 63d0bbd

git-subtree-dir: dotfiles/emacs.d/snippets/org-mode
git-subtree-split: 63d0bbd9629b3a07a56c61dded5502484ee53d1a
This commit is contained in:
2015-07-29 17:26:01 -07:00
commit a3cd73bbea
30 changed files with 305 additions and 0 deletions

8
email.yasnippet Normal file
View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: email
# key: email
# condition: (or (= (current-column) 5) (= (current-column) 0))
# contributor: Rick Moynihan <rick@sourcesmouth.co.uk>
# contributor: Rafael Villarroel (rvf0068@gmail.com)
# --
#+EMAIL: ${1:`user-mail-address`}