summaryrefslogtreecommitdiff
path: root/helm-elisp-package.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-29 19:59:47 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-09-29 19:59:47 +0200
commitacb909c874a643c9f234d54f8cc9ffff089541f4 (patch)
treea60ff2f572db40c6dca2d92e53bdf68f0b9026ec /helm-elisp-package.el
parent3b4f45716669e1a2e473955117843d6aa5db7ed7 (diff)
Don't colorize packages to recompile
* helm-elisp-package.el (helm-el-package--transformer): Do it.
Diffstat (limited to 'helm-elisp-package.el')
-rw-r--r--helm-elisp-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index aa6b46b6..dd2428ed 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -315,7 +315,7 @@
do (when (and user-installed-p (not upgrade-p))
(put-text-property 0 2 'display "S " disp))
do (when (or (memq name helm-el-package--removable-packages)
- (and upgrade-p installed-p))
+ (and upgrade-p installed-p (not recompile-p)))
(put-text-property 0 2 'display "U " disp)
(put-text-property
2 (+ (length (symbol-name name)) 2)