summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
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