emacs: move configuration to .emacs.d
[~bandali/configs] / .emacs.d / var / abbrev.el
diff --git a/.emacs.d/var/abbrev.el b/.emacs.d/var/abbrev.el
new file mode 100644 (file)
index 0000000..933d5a0
--- /dev/null
@@ -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)
+   ))
+