-
Notifications
You must be signed in to change notification settings - Fork 5
/
abbrev_defs.el
38 lines (35 loc) · 1.17 KB
/
abbrev_defs.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
("abangry" "(╯°□°)╯︵ ┻━┻" nil :count 0)
("abbadgirl" "∩ __∩ y" nil :count 0)
("abbook" "《》" nil :count 0)
("abcry" "・゚・。・゚・(つД`)" nil :count 0)
("abcry1" "(´;д;`)" nil :count 0)
("abcryn" "(;´༎ຶД༎ຶ`)" nil :count 0)
("abdandin" "ˊ_>ˋ" nil :count 0)
("abdegree" "°" nil :count 1)
("abdown" "↓" nil :count 0)
("abheart" "♥" nil :count 0)
("abhomo" "┌(┌ ^o^)┐ホモォ" nil :count 0)
("abkita" "キタ――(゚∀゚)――!!" nil :count 0)
("ablazy" "_(:3_| 4)_" nil :count 0)
("ableft" "←" nil :count 0)
("aboc" "℃" nil :count 0)
("abowo" "ˊ・ω・ˋ" nil :count 4)
("abpara" "【】" nil :count 1)
("abpz" "-" nil :count 2)
("abrelax" "ˊvˋ" nil :count 0)
("abright" "→" nil :count 2)
("abup" "↑" nil :count 0)
("abuwu" "( ˘ω˘ )" nil :count 0)
))
(define-abbrev-table 'org-mode-abbrev-table
'(
("abdegree" " extdegree" nil :count 0)
))
(define-abbrev-table 'web-mode-abbrev-table
'(
("br" "<br />
" nil :count 6)
))