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,8 @@
(define-abbrev-table 'fundamental-mode-abbrev-table '(
("cat" "Concatenate" nil 0)
("WTF" "World Trade Federation " nil 0)
("rtbtm" "Read that back to me" nil 0)))
(define-abbrev-table 'shell-script-mode-abbrev-table '(
("brake", "bundle rake exec" nil 0)
("pls", "warning: setting Encoding.default_external")))