You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
447 B
8 lines
447 B
;;; Compiled snippets and support files for `markdown-mode' |
|
;;; Snippet definitions: |
|
;;; |
|
(yas-define-snippets 'markdown-mode |
|
'(("header" "+++\ntitle = \"${1:title}\"\ndate = `(format-time-string \"%Y-%m-%d\")`\n\n[taxonomies]\ntags = [\"${3:tag}\"]\n+++\n\n$0\n\n<!-- more -->" "Markdown header" nil nil nil "/home/juliobiason/.emacs.d/snippets/markdown-mode/header" nil nil))) |
|
|
|
|
|
;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020
|
|
|