Add global abbrevs
This commit is contained in:
parent
b0cf3002bb
commit
518a5b6574
1 changed files with 5 additions and 0 deletions
5
abbrev_defs
Normal file
5
abbrev_defs
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;-*-coding: utf-8;-*-
|
||||
(define-abbrev-table 'global-abbrev-table
|
||||
'(
|
||||
("i18n" "internationalization" nil :count 1)
|
||||
))
|
Loading…
Add table
Reference in a new issue