From a7a96a40351676f37cdef12fb46d5646db207dcf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 16 Sep 2019 16:52:51 +0200 Subject: emacs: added abbrev into the mix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm also including some other packages such as dired-x. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/abbrevs.el | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .emacs.d/abbrevs.el (limited to '.emacs.d/abbrevs.el') diff --git a/.emacs.d/abbrevs.el b/.emacs.d/abbrevs.el new file mode 100644 index 0000000..4d5502d --- /dev/null +++ b/.emacs.d/abbrevs.el @@ -0,0 +1,6 @@ +(define-abbrev-table 'global-abbrev-table '( + ("abbout" "about" nil 0) + ("afaict" "as far as I can tell" nil 0) + ("btw" "by the way" nil 0) + ("diba" "Diputació de Barcelona" nil 0) + )) -- cgit v1.2.3