Julio Biason
4 years ago
8 changed files with 57 additions and 2 deletions
@ -0,0 +1,8 @@
|
||||
;;; 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 |
@ -0,0 +1,15 @@
|
||||
-*- mode: snippet -*- |
||||
# name: Markdown header |
||||
# key: header |
||||
# -- |
||||
+++ |
||||
title = "${1:title}" |
||||
date = `(format-time-string "%Y-%m-%d")` |
||||
|
||||
[taxonomies] |
||||
tags = ["${3:tag}"] |
||||
+++ |
||||
|
||||
$0 |
||||
|
||||
<!-- more --> |
@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*- |
||||
# name: stars |
||||
# key: stars |
||||
# -- |
||||
{{ stars(stars=${1:stars}) }} |
@ -0,0 +1,2 @@
|
||||
;;; Compiled snippets and support files for `python-mode' |
||||
;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020 |
@ -0,0 +1,2 @@
|
||||
;;; Compiled snippets and support files for `rust-mode' |
||||
;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020 |
Loading…
Reference in new issue