dot/ercrc.el: Fix the indent marker to be all spaces.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jan 2012 22:56:31 +0000 (22:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jan 2012 23:00:39 +0000 (23:00 +0000)
Easier to strip out when capturing a selection.

dot/ercrc.el

index 2eeb2f1..223134c 100644 (file)
@@ -20,8 +20,7 @@
   (setq truncate-lines nil
        truncate-partial-with-windows nil
        word-wrap t
-       wrap-prefix (concat (propertize "   >"
-                                       'face 'erc-prompt-face)
+       wrap-prefix (concat (propertize "    " 'face 'erc-prompt-face)
                            " ")))
 (add-hook 'erc-mode-hook 'mdw-erc-turn-off-truncate-lines)