summaryrefslogtreecommitdiffstats
path: root/.emacs.d/var/abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/var/abbrev.el')
-rw-r--r--.emacs.d/var/abbrev.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/var/abbrev.el b/.emacs.d/var/abbrev.el
new file mode 100644
index 0000000..933d5a0
--- /dev/null
+++ b/.emacs.d/var/abbrev.el
@@ -0,0 +1,12 @@
+;;-*-coding: utf-8;-*-
+(define-abbrev-table 'message-mode-abbrev-table
+ '(
+ ("linux" "GNU/Linux" nil :count 4)
+ ))
+
+(define-abbrev-table 'text-mode-abbrev-table
+ '(
+ ("em" "[emacs" nil :count 1)
+ ("rc" "[rc" nil :count 1)
+ ))
+