summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-01 20:55:36 +0100
committerGravatar Tom Willemse2014-02-01 20:55:36 +0100
commit2cfc0232d377044aec77ac35822816149f90d4b1 (patch)
tree671cab85d3713d17e7939d2bbd590f35ce302227
parentc1e535710f42322a9a7abda56f6e213939f5ec89 (diff)
downloadeshell-fringe-status-2cfc0232d377044aec77ac35822816149f90d4b1.tar.gz
eshell-fringe-status-2cfc0232d377044aec77ac35822816149f90d4b1.zip
Update docstring
-rw-r--r--eshell-fringe-status.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/eshell-fringe-status.el b/eshell-fringe-status.el
index d122628..d931492 100644
--- a/eshell-fringe-status.el
+++ b/eshell-fringe-status.el
@@ -32,6 +32,13 @@
;; working in regard to `eshell-prompt-regexp', so if anything breaks
;; please let me know.
+;; Some extra fringe bitmaps are provided. In case you prefer either
+;; or both of them over the default arrow bitmap. These are
+;; `efs-plus-bitmap' and `efs-minus-bitmap'. These show a `+' and `-'
+;; in the fringe respectively, instead of an arrow. These can be used
+;; by setting the `eshell-fringe-status-success-bitmap' and the
+;; `eshell-fringe-status-failure-map' options.
+
;;; Code:
(require 'em-prompt)