aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/abbrevs.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-02-06 17:04:28 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2020-02-06 17:04:28 +0100
commit68e37c72bc53c33f19f8432891d42e3a50c5356f (patch)
treeee20e931d01d37a3fa97546c72b7ddce082df08f /.emacs.d/abbrevs.el
parent7385ce6da1c099aa7a38e4446e70726ac50c3ce9 (diff)
downloaddotfiles-68e37c72bc53c33f19f8432891d42e3a50c5356f.tar.gz
dotfiles-68e37c72bc53c33f19f8432891d42e3a50c5356f.zip
emacs: added an abbrev for the ... unitary character
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/abbrevs.el')
-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)
))