summary refs log tree commit diff
path: root/abbrevs.el
diff options
context:
space:
mode:
Diffstat (limited to 'abbrevs.el')
-rw-r--r--abbrevs.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/abbrevs.el b/abbrevs.el
new file mode 100644
index 0000000..28cd089
--- /dev/null
+++ b/abbrevs.el
@@ -0,0 +1,11 @@
+;;-*-coding: utf-8;-*-
+(define-abbrev-table 'global-abbrev-table
+  '(
+    ("btw" "by the way" nil :count 2)
+   ))
+
+(define-abbrev-table 'org-mode-abbrev-table
+  '(
+    ("github" "GitHub" nil :count 1)
+   ))
+