diff options
Diffstat (limited to 'init.org')
-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 |