emacscollective / no-littering

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

eshell: theme eshell-aliases file separately from other eshell files #138

Closed leungbk closed 4 years ago

leungbk commented 4 years ago

The aliases file stores user-defined aliases used in Eshell. Users would typically be inclined to check them into version control as they would with snippets.

The em-alias.el file normally resides inside of the directory corresponding to eshell-directory-name, and does not assist in generating an additional containing directory, so we must make that directory ourselves.

https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/eshell/em-alias.el#n103

Related to #135.

tarsius commented 4 years ago

Thanks for all!