adding slint-mode and some templates

This commit is contained in:
Chris Cochrun 2023-10-06 16:59:41 -05:00
parent e228c5d973
commit 5ecf8a8077
3 changed files with 19 additions and 4 deletions

View file

@ -82,8 +82,8 @@ org-mode
(verse "#+begin_verse" n> r> n> "#+end_verse")
(notes "#+begin_notes" n> r> n> "#+end_notes")
(src "#+begin_src " p n> r> n> "#+end_src")
(elisp "#+begin_src emacs-lisp" n> r> n "#+end_src"
:post (progn (tempel-done) (org-edit-src-code)))
(elisp "#+begin_src emacs-lisp" n r n "#+end_src"
:post (progn (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
@ -100,6 +100,13 @@ org-mode
(split "#+REVEAL: split")
(htat "#+ATTR_HTML: ")
(htr "#+ATTR_REVEAL: ")
(revid "**
:PROPERTIES:
:reveal_background:
:reveal_extra_attr: data-background-video=\""p"\" data-background-size=\"contain\"
:END:
")
web-mode