mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
(define-abbrev-table 'c-mode-abbrev-table '(
|
|
))
|
|
(define-abbrev-table 'fundamental-mode-abbrev-table '(
|
|
("TM" "™" nil 0)
|
|
("(R)" "®" nil 0)
|
|
("C=" "€" nil 0)))
|