My own configuration files
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.
 
 
 
 

10 lines
775 B

;;; Compiled snippets and support files for `markdown-mode'
;;; Snippet definitions:
;;;
(yas-define-snippets 'markdown-mode
'(("stars" "{{ stars(stars=${1:stars}) }}" "stars" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/stars" nil nil)
("header" "+++\ntitle = \"${1:title}\"\ndate = `(format-time-string \"%Y-%m-%d\")`\n\n[taxonomies]\ntags = [\"${2:tag}\"]\n+++\n\n$3\n\n<!-- more -->\n" "Markdown header" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/header" nil nil)
("draft" "draft = true\n" "Set the post as draft" nil nil nil "/home/juliobiason/Projects/dotfiles/emacs.d/snippets/markdown-mode/draft" nil nil)))
;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021