summary refs log tree commit diff
path: root/abbrevs.el
blob: 28cd0890a38f93dea9fb24c13065af9a5ca6a745 (plain) (blame)
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)
   ))