Emacs: abbrev + snippets update.

master
Ambrevar 2012-10-02 15:15:52 +02:00
parent 1e0fceac20
commit 3c7c15acf4
2 changed files with 8 additions and 1 deletions

View File

@ -164,9 +164,9 @@
("tres" "très" nil 4)
("ts" "tous" nil 1)
("tschuss" "tschüss" nil 1)
("tt" "tout" nil 3)
("tte" "toute" nil 1)
("ttes" "toutes" nil 1)
("varaible" "varaible" nil 1)
("w-e" "weekend" nil 6)
("ya" "il y a" nil 6)
("yen" "il y en" nil 1)

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# contributor: Márcio M. Ribeiro <marcio.mr@gmail.com>
# key: sc
# group: font
# name: \textsc{ ... }
# --
\textsc{$1}$0