summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-03-14 09:15:07 -0700
committerBlendoit <blendoit@gmail.com>2021-03-14 09:15:07 -0700
commit2782fb35fcca1c42687ba9aa3cb588e1ae9de907 (patch)
tree2dfecb6bdcab5efef31521260023c24ac8711893
parent71f73b09ea5da00c79892383adcde6de6f3f0bab (diff)
Default template.
-rw-r--r--snippets/org-mode/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/org-mode/default b/snippets/org-mode/default
index ce19410..ec34fc2 100644
--- a/snippets/org-mode/default
+++ b/snippets/org-mode/default
@@ -8,7 +8,7 @@
#+AUTHOR: ${2:`(if (eq user-full-name "") "Default Author" user-full-name)`}
#+DATE: ${3:`(with-temp-buffer (org-insert-time-stamp (current-time)))`}
-#+SETUPFILE: ~/.emacs.d/templates/documents/default.org
+#+SETUPFILE: ~/.emacs.d/templates/documents/${4:`(if (string= system-type "gnu/linux") "gnu-" "ms-:")`}default.org
#+INCLUDE: ~/.emacs.d/templates/documents/default.org_title
$0
Copyright 2019--2024 Marius PETER