Move GNU Emacs configs from ./ into .emacs.d/
[~bandali/configs] / .emacs.d / etc / abbrev.el
diff --git a/.emacs.d/etc/abbrev.el b/.emacs.d/etc/abbrev.el
new file mode 100644 (file)
index 0000000..76f19d8
--- /dev/null
@@ -0,0 +1,5 @@
+;;-*-coding: utf-8;-*-
+(define-abbrev-table 'message-mode-abbrev-table
+  '(
+    ("linux" "GNU/Linux" nil :count 4)
+   ))