branch: elpa/powershell
commit 726c900f19779741a5b0bc9e84c756513db10028
Author: Joe Schafer <[email protected]>
Commit: Joe Schafer <[email protected]>
fix(powershell.el): disable advice, breaks terminal colors
A workaround for #7.
---
powershell.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/powershell.el b/powershell.el
index aaa12f5c123..10e50c488c4 100644
--- a/powershell.el
+++ b/powershell.el
@@ -1119,7 +1119,7 @@ See the help for `shell' for more details. \(Type
(defadvice ansi-color-apply-on-region (around
powershell-throttle-ansi-colorizing
(begin end)
- activate compile)
+ compile)
(progn
(let ((start-pos (marker-position begin)))
(cond