summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/init.org b/init.org
index d9dbd72..0b7cee8 100644
--- a/init.org
+++ b/init.org
@@ -369,6 +369,19 @@ All of this should be loaded lazily.
(require 'org)
#+END_SRC
+* Shell
+:PROPERTIES:
+:noweb-ref: shell
+: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
+
* TODO Initial stuff
:PROPERTIES:
:noweb-ref: initial
@@ -441,6 +454,7 @@ put them all together to build the init file
<<initial>>
<<packages>>
<<default-fonts>>
+<<shell>>
<<initial-after-packages>>
<<org-mode>>
(load "~/.emacs.d/old-init.el")