diff options
Diffstat (limited to '.emacs.d/abbrevs.el')
| -rw-r--r-- | .emacs.d/abbrevs.el | 6 |
1 files changed, 6 insertions, 0 deletions
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) + )) |
