bin/un-backslashify-selection: Trim leading spaces in selection.
[profile] / 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)