diff options
Diffstat (limited to '.emacs.d/abbrevs.el')
| -rw-r--r-- | .emacs.d/abbrevs.el | 3 |
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) )) |
