summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-24 18:44:06 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-24 18:44:06 -0500
commite931bbddd5b72fa2edf21778c96fa95227cbe36d (patch)
treebbc34868e24a04fe6887849caf19b1728e5c52de
parent426cec7a80db7a16d4b820e27996f05a68f99977 (diff)
downloadconfigs-e931bbddd5b72fa2edf21778c96fa95227cbe36d.tar.gz
configs-e931bbddd5b72fa2edf21778c96fa95227cbe36d.tar.xz
configs-e931bbddd5b72fa2edf21778c96fa95227cbe36d.zip
[emacs][wip] for some reason straight seems to interfere with :after
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index d8da51c..257e868 100644
--- a/init.org
+++ b/init.org
@@ -2015,7 +2015,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
#+begin_src emacs-lisp
(use-package shrink-path
- :after eshell
+ :defer 2
:config
(setq eshell-prompt-regexp "\\(.*\n\\)*λ "
eshell-prompt-function #'+eshell/prompt)
@@ -2046,6 +2046,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
#+begin_src emacs-lisp
(use-package eshell-up
+ :commands eshell-up
:after eshell)
#+end_src