Browse Source

Updated

master
Julio Biason 3 years ago
parent
commit
a0cdbf7b32
  1. 6
      emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el
  2. 6
      emacs.d/snippets/markdown-mode/header
  3. 2
      emacs.d/snippets/python-mode/.yas-compiled-snippets.el
  4. 2
      emacs.d/snippets/rust-mode/.yas-compiled-snippets.el
  5. 1
      nvim/pack/colors/start/vim-code-dark
  6. 4
      nvim/spell/pt.utf-8.add
  7. BIN
      nvim/spell/pt.utf-8.add.spl

6
emacs.d/snippets/markdown-mode/.yas-compiled-snippets.el

@ -2,7 +2,9 @@
;;; 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)))
'(("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 Sun Dec 13 13:51:57 2020
;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021

6
emacs.d/snippets/markdown-mode/header

@ -7,9 +7,9 @@ title = "${1:title}"
date = `(format-time-string "%Y-%m-%d")`
[taxonomies]
tags = ["${3:tag}"]
tags = ["${2:tag}"]
+++
$0
$3
<!-- more -->
<!-- more -->

2
emacs.d/snippets/python-mode/.yas-compiled-snippets.el

@ -1,2 +1,2 @@
;;; Compiled snippets and support files for `python-mode'
;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020
;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021

2
emacs.d/snippets/rust-mode/.yas-compiled-snippets.el

@ -1,2 +1,2 @@
;;; Compiled snippets and support files for `rust-mode'
;;; Do not edit! File generated at Sun Dec 13 13:51:57 2020
;;; Do not edit! File generated at Thu Mar 25 20:35:12 2021

1
nvim/pack/colors/start/vim-code-dark

@ -0,0 +1 @@
Subproject commit 531c0a027024b46aad24923642a9078764652b50

4
nvim/spell/pt.utf-8.add

@ -2,3 +2,7 @@ Movile
MeetUps
MeetUp
WhatsApp
HackerNews
Rust
post
Estanhos

BIN
nvim/spell/pt.utf-8.add.spl

Binary file not shown.
Loading…
Cancel
Save