emacs-config/abbrev_defs

8 lines
143 B
Text
Raw Normal View History

2025-02-24 11:09:59 +01:00
;;-*-coding: utf-8;-*-
(define-abbrev-table 'global-abbrev-table
'(
2025-02-25 12:32:48 +01:00
("eox" "🐂" nil :count 2)
("ewave" "👋" nil :count 4)
2025-02-24 11:09:59 +01:00
))