aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/abbrevs.el
blob: 4d5502da0f807b409ed3aa192d3f9bcab0b6ce6d (plain)
1
2
3
4
5
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)
    ))