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.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/.emacs.d/var/abbrev.el b/.emacs.d/var/abbrev.el
index 933d5a0..76f19d8 100644
--- a/.emacs.d/var/abbrev.el
+++ b/.emacs.d/var/abbrev.el
@@ -3,10 +3,3 @@
'(
("linux" "GNU/Linux" nil :count 4)
))
-
-(define-abbrev-table 'text-mode-abbrev-table
- '(
- ("em" "[emacs" nil :count 1)
- ("rc" "[rc" nil :count 1)
- ))
-