summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.org b/init.org
index 51f5516..96b7af8 100644
--- a/init.org
+++ b/init.org
@@ -611,14 +611,6 @@ I’m not using this yet. I’d like to figure out how to make TRAMP use =ssh1=
:header-args: :noweb-ref shell :noweb yes
:END:
-The default prompt face makes it hard to see the prompt.
-
-#+BEGIN_SRC elisp
-(set-face-attribute 'comint-highlight-prompt nil
- :foreground "#859900"
- :weight 'bold)
-#+END_SRC
-
I used to like Eshell a lot. Eshell is a shell implemented in Elisp. It is well integrated with the rest of Emacs. For example, you can pipe commands to buffers and use TRAMP paths right on the command line. Nowadays I’m no longer using it much because for most purposes =shell-mode= is more mature. Nevertheless, here is some configuration to make Eshell a little more usable.
#+BEGIN_SRC elisp :noweb-ref eshell