diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-02-06 17:04:28 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-02-06 17:04:28 +0100 |
| commit | 68e37c72bc53c33f19f8432891d42e3a50c5356f (patch) | |
| tree | ee20e931d01d37a3fa97546c72b7ddce082df08f /.emacs.d/abbrevs.el | |
| parent | 7385ce6da1c099aa7a38e4446e70726ac50c3ce9 (diff) | |
| download | dotfiles-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.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) )) |
