aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/abbrevs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/abbrevs.el b/.emacs.d/abbrevs.el
index 21af57b..221e712 100644
--- a/.emacs.d/abbrevs.el
+++ b/.emacs.d/abbrevs.el
@@ -4,5 +4,6 @@
("btw" "by the way" nil 0)
("diba" "Diputació de Barcelona" nil 0)
("cca" "Consell Comarcal de l'Anoia" nil 0)
- ("FiG", "Ferrer i Guàrdia" nil 0)
+ ("FiG" "Ferrer i Guàrdia" nil 0)
+ ("..." "…" nil 0)
))