summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:34 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:34 +0200
commit57c98af3f26edcae656108d2e5f2b192e5ded3b4 (patch)
tree60556ab25282f470cd21a63d832d39ccde84a774 /init.org
parentc0b905f724339248f728fa4649fdd097324916a2 (diff)
Remove prompt highlight.
Diffstat (limited to 'init.org')
-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