[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Default template.
snippets/org-mode/default
@@ -8,7 +8,7 @@
8
8
#+AUTHOR: ${2:`(if (eq user-full-name "") "Default Author" user-full-name)`}
9
9
#+DATE: ${3:`(with-temp-buffer (org-insert-time-stamp (current-time)))`}
10
10
11
Removed:
#+SETUPFILE: ~/.emacs.d/templates/documents/default.org
11
Added:
#+SETUPFILE: ~/.emacs.d/templates/documents/${4:`(if (string= system-type "gnu/linux") "gnu-" "ms-:")`}default.org
12
12
#+INCLUDE: ~/.emacs.d/templates/documents/default.org_title
13
13
14
14
$0