This commit is contained in:
Chris Cochrun 2023-08-21 10:07:42 -05:00
parent 3bf358f29d
commit c07c493338
4 changed files with 26 additions and 9 deletions

View file

@ -85,6 +85,15 @@ org-mode
:post (progn (tempel-done) (org-edit-src-code)))
(nix "#+begin_src nix" n> r> n "#+end_src"
:post (progn (tempel-done) (org-edit-src-code)))
(hc "#+TITLE: " p n "#+DATE: " (p (format-time-string "%Y-%m-%d")) n "#+tags[]: " p n "#+featured_image: \"featured.jpg\"" n "#+description: " p n "#+summary: " p n "#+showAuthor: false
#+showAuthorsBadge: true
#+showTaxonomies: true
#+showReadingTime: true
#+showWordCount: true
#+showDate: true
#+layout: simple
#+showTableOfContents: false
")
web-mode