diff options
author | 2018-11-18 02:02:44 -0500 | |
---|---|---|
committer | 2018-11-18 02:02:44 -0500 | |
commit | 73a77e5bda367aa3380d53543be9575dd4000206 (patch) | |
tree | eb00e91caa531fb1f999459c929a1eef8534ee0f /init.org | |
parent | 05f602d9cfaf567dd0d21bd5c15e9261eb08465c (diff) | |
download | configs-73a77e5bda367aa3380d53543be9575dd4000206.tar.gz configs-73a77e5bda367aa3380d53543be9575dd4000206.tar.xz configs-73a77e5bda367aa3380d53543be9575dd4000206.zip |
[emacs] assimilate and add eshell-up, add eshell aliases file
eshell aliases file based on
https://github.com/dakra/dmacs/blob/master/etc/eshell-aliases
Diffstat (limited to '')
-rw-r--r-- | init.org | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1956,6 +1956,13 @@ For when I /have to/ use GH. (setq magithub-clone-default-directory "~/src/git")) #+end_src +** [[https://github.com/peterwvj/eshell-up][eshell-up]] + +#+begin_src emacs-lisp +(use-package eshell-up + :after eshell) +#+end_src + * Email #+begin_src emacs-lisp |