updates
This commit is contained in:
parent
3bf358f29d
commit
c07c493338
4 changed files with 26 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue