emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

abbrev: re-theme /var/abbrev.el to /etc/abbrev.el #137

Closed leungbk closed 4 years ago

leungbk commented 4 years ago

abbrev.el stores abbrev tables defined by the user using s-expressions. Users would typically be inclined to check them into version control as they would with snippets.

https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/abbrev.el#n43

Related to #135.