X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/5fb7704c0f844191de7c5e4d03b059525348b5f4..a38abd4c8fb7572237b2681bb1d0d6b0e5b262b0:/.emacs.d/var/abbrev.el 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) - )) -