a187752
1 2 3 4 5 6 7 8 9 10 11
;;-*-coding: utf-8;-*- (define-abbrev-table 'global-abbrev-table '( ("btw" "by the way" nil :count 2) )) (define-abbrev-table 'org-mode-abbrev-table '( ("github" "GitHub" nil :count 1) ))