From 68e37c72bc53c33f19f8432891d42e3a50c5356f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 6 Feb 2020 17:04:28 +0100 Subject: emacs: added an abbrev for the ... unitary character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/abbrevs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) )) -- cgit v1.2.3