From: Amin Bandali Date: Sun, 14 Apr 2019 20:30:50 +0000 (-0400) Subject: emacs: remove unused abbrev entries X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/169b607c432b23ead7138252ab529093578c34c4?ds=inline;pf=~bandali emacs: remove unused abbrev entries --- 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) - )) -