summaryrefslogtreecommitdiffstats
path: root/.emacs.d/snippets/org-mode/heading
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/org-mode/heading')
-rw-r--r--.emacs.d/snippets/org-mode/heading9
1 files changed, 0 insertions, 9 deletions
diff --git a/.emacs.d/snippets/org-mode/heading b/.emacs.d/snippets/org-mode/heading
deleted file mode 100644
index 48dca7f..0000000
--- a/.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