aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/abbrevs.el
blob: c88620793074b65c00ae6f58d27ea47a9edf7bb1 (plain)
1
2
3
4
5
6
7
(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)
    ("FiG", "Ferrer i Guàrdia" nil 0)
    ))