~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
This commit is contained in:
5
Doom/.doom.d/snippets/org-mode/author
Normal file
5
Doom/.doom.d/snippets/org-mode/author
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: author
|
||||
# key: <au
|
||||
# --
|
||||
#+AUTHOR: $1
|
||||
5
Doom/.doom.d/snippets/org-mode/date
Normal file
5
Doom/.doom.d/snippets/org-mode/date
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: date
|
||||
# key: <da
|
||||
# --
|
||||
#+DATE: ${1:Year}:${2:month}:${3:day}
|
||||
5
Doom/.doom.d/snippets/org-mode/description
Normal file
5
Doom/.doom.d/snippets/org-mode/description
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: description
|
||||
# key: desc
|
||||
# --
|
||||
#+DESCRIPTION: ${1:description of your org-mode file}
|
||||
10
Doom/.doom.d/snippets/org-mode/img
Normal file
10
Doom/.doom.d/snippets/org-mode/img
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: img
|
||||
# key: img_
|
||||
# --
|
||||
<img src="$1"
|
||||
alt="$2" align="${3:left}"
|
||||
title="${4:image title}"
|
||||
class="img"
|
||||
</img>
|
||||
$0
|
||||
5
Doom/.doom.d/snippets/org-mode/include
Normal file
5
Doom/.doom.d/snippets/org-mode/include
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: include
|
||||
# key: <i
|
||||
# --
|
||||
#+INCLUDE: $1
|
||||
14
Doom/.doom.d/snippets/org-mode/review
Normal file
14
Doom/.doom.d/snippets/org-mode/review
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- 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
|
||||
5
Doom/.doom.d/snippets/org-mode/title
Normal file
5
Doom/.doom.d/snippets/org-mode/title
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Title
|
||||
# key: <ti
|
||||
# --
|
||||
#+TITLE: ${1:What the hell}
|
||||
Reference in New Issue
Block a user