summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-11-18 02:02:44 -0500
committerAmin Bandali <bandali@gnu.org>2018-11-18 02:02:44 -0500
commit73a77e5bda367aa3380d53543be9575dd4000206 (patch)
treeeb00e91caa531fb1f999459c929a1eef8534ee0f /init.org
parent05f602d9cfaf567dd0d21bd5c15e9261eb08465c (diff)
downloadconfigs-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.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/init.org b/init.org
index b6fe1b8..ed8bddb 100644
--- a/init.org
+++ b/init.org
@@ -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