add abbrev_defs
This commit is contained in:
parent
19efec2007
commit
bc989e3106
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@
|
|||
!.gitignore
|
||||
!snippets
|
||||
!snippets/**
|
||||
!abbrev_defs
|
||||
|
|
9
abbrev_defs
Normal file
9
abbrev_defs
Normal file
|
@ -0,0 +1,9 @@
|
|||
;;-*-coding: utf-8;-*-
|
||||
(define-abbrev-table 'global-abbrev-table
|
||||
'(
|
||||
("brol" "breek riek op ladder" nil :count 1)
|
||||
("e-ox" "🐂" nil :count 0)
|
||||
("eox" "🐂" nil :count 1)
|
||||
("ewave" "👋" nil :count 3)
|
||||
))
|
||||
|
Loading…
Add table
Reference in a new issue