adding slint-mode and some templates
This commit is contained in:
parent
e228c5d973
commit
5ecf8a8077
3 changed files with 19 additions and 4 deletions
11
templates
11
templates
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue