summaryrefslogtreecommitdiffstats
path: root/.emacs.d/var/abbrev.el
blob: 933d5a06972dbc6bac8a1d5952ccfa62a5365767 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
;;-*-coding: utf-8;-*-
(define-abbrev-table 'message-mode-abbrev-table
  '(
    ("linux" "GNU/Linux" nil :count 4)
   ))

(define-abbrev-table 'text-mode-abbrev-table
  '(
    ("em" "[emacs" nil :count 1)
    ("rc" "[rc" nil :count 1)
   ))