Add "abbrev_defs" and "_emacs" as Elisp filenames

This commit is contained in:
Alhadis
2016-09-15 18:57:13 +10:00
parent cd288a8ee4
commit 81ca6e7766
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
(define-abbrev-table 'c-mode-abbrev-table '(
))
(define-abbrev-table 'fundamental-mode-abbrev-table '(
("TM" "™" nil 0)
("(R)" "®" nil 0)
("C=" "€" nil 0)))