aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/snippets/org-mode/heading
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/snippets/org-mode/heading')
-rw-r--r--emacs/.emacs.d/snippets/org-mode/heading9
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/.emacs.d/snippets/org-mode/heading b/emacs/.emacs.d/snippets/org-mode/heading
deleted file mode 100644
index 9d5451e..0000000
--- a/emacs/.emacs.d/snippets/org-mode/heading
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: snippet -*-
-# name: Heading
-# key: *
-# --
-${1:*} ${2:TODO} $3
-${1:$(make-string (length text) ?\ )} :PROPERTIES:
-${1:$(make-string (length text) ?\ )} :CATEGORY: $4
-${1:$(make-string (length text) ?\ )} :END:
-${1:$(make-string (length text) ?\ )} $0 \ No newline at end of file