Initial commit

This commit is contained in:
Griffin Smith 2018-03-29 18:10:07 -04:00
commit d88fb3194f
27 changed files with 2752 additions and 0 deletions

5
snippets/org-mode/date Normal file
View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# key: date
# name: date.org
# --
[`(format-time-string "%Y-%m-%d")`]$0

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: date-time
# key: dt
# --
[`(format-time-string "%Y-%m-%d %H:%m:%S")`]

View file

@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: nologdone
# key: nologdone
# --
#+STARTUP: nologdone$0

View file

@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# name: source-block
# key: src
# expand-env: ((yas-indent-line 'fixed))
# --
#+BEGIN_SRC ${1:elisp}
$2
#+END_SRC