diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:53:57 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-05 02:59:45 +0100 |
commit | c65cf688fca3075f9d194e1ca8b954f9ddfd983c (patch) | |
tree | cd53b6d49505cf06c080d45f729f4eb9845c306c /doom.d/snippets/org-mode | |
parent | e3e4bd9710f2d144ef4fecebebe69d8cc852ed94 (diff) | |
download | dotfiles-c65cf688fca3075f9d194e1ca8b954f9ddfd983c.tar.gz dotfiles-c65cf688fca3075f9d194e1ca8b954f9ddfd983c.tar.bz2 dotfiles-c65cf688fca3075f9d194e1ca8b954f9ddfd983c.zip |
~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
Diffstat (limited to 'doom.d/snippets/org-mode')
-rw-r--r-- | doom.d/snippets/org-mode/author | 5 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/date | 5 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/description | 5 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/img | 10 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/include | 5 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/review | 14 | ||||
-rw-r--r-- | doom.d/snippets/org-mode/title | 5 |
7 files changed, 0 insertions, 49 deletions
diff --git a/doom.d/snippets/org-mode/author b/doom.d/snippets/org-mode/author deleted file mode 100644 index 3da977e..0000000 --- a/doom.d/snippets/org-mode/author +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: author -# key: <au -# -- -#+AUTHOR: $1
\ No newline at end of file diff --git a/doom.d/snippets/org-mode/date b/doom.d/snippets/org-mode/date deleted file mode 100644 index 37fa30d..0000000 --- a/doom.d/snippets/org-mode/date +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: date -# key: <da -# -- -#+DATE: ${1:Year}:${2:month}:${3:day}
\ No newline at end of file diff --git a/doom.d/snippets/org-mode/description b/doom.d/snippets/org-mode/description deleted file mode 100644 index c880c80..0000000 --- a/doom.d/snippets/org-mode/description +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: description -# key: desc -# -- -#+DESCRIPTION: ${1:description of your org-mode file}
\ No newline at end of file diff --git a/doom.d/snippets/org-mode/img b/doom.d/snippets/org-mode/img deleted file mode 100644 index 9da54ba..0000000 --- a/doom.d/snippets/org-mode/img +++ /dev/null @@ -1,10 +0,0 @@ -# -*- mode: snippet -*- -# name: img -# key: img_ -# -- -<img src="$1" - alt="$2" align="${3:left}" - title="${4:image title}" - class="img" -</img> -$0
\ No newline at end of file diff --git a/doom.d/snippets/org-mode/include b/doom.d/snippets/org-mode/include deleted file mode 100644 index 4938877..0000000 --- a/doom.d/snippets/org-mode/include +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: include -# key: <i -# -- -#+INCLUDE: $1
\ No newline at end of file diff --git a/doom.d/snippets/org-mode/review b/doom.d/snippets/org-mode/review deleted file mode 100644 index c8143df..0000000 --- a/doom.d/snippets/org-mode/review +++ /dev/null @@ -1,14 +0,0 @@ -# -*- mode: snippet -*- -# name: Review template -# key: REVIEW -# -- - -#+TITLE: $1 - -* Short description -$0 -* Where and when did I hear about $1? -* What did I like about $1? -* What did I dislike about $1? -* Conclusion -* Rating diff --git a/doom.d/snippets/org-mode/title b/doom.d/snippets/org-mode/title deleted file mode 100644 index 30d763a..0000000 --- a/doom.d/snippets/org-mode/title +++ /dev/null @@ -1,5 +0,0 @@ -# -*- mode: snippet -*- -# name: Title -# key: <ti -# -- -#+TITLE: ${1:What the hell} |