commit 8bfd4b1637aa75384c5b1c34424c9ab04dfc4847
parent d88c9cc07524f6e35e79b7a1aa1c988ef10b223d
Author: Hugo Soucy <hugo.soucy@savoirfairelinux.com>
Date: Fri, 10 Mar 2017 08:30:07 -0500
A new note about vuejs and emacs.
Diffstat:
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/content/note/2017/03/vuejs-templates-a-maintenant-son-mode-dans-emacs.md b/content/note/2017/03/vuejs-templates-a-maintenant-son-mode-dans-emacs.md
@@ -0,0 +1,14 @@
+---
+title: Vue.js templates a maintenant son mode dans Emacs
+date: 2017-03-10
+datetime: 08:20:28
+template: note
+bridgy: true
+keywords:
+ - vuejs
+ - emacs
+ - melpa
+---
+
+Le système de template de #VueJs a maintenant son mode dans
+#Emacs : <http://melpa.org/#/vue-html-mode>
diff --git a/static/prod/css/styles.css b/static/prod/css/styles.css
@@ -685,7 +685,7 @@ img {
pre {
background:rgba(255,255,255,0.4);
color:#444;
- font-size:.85rem;
+ font-size:.85rem;
overflow-x:auto;
padding:.5em;
}