diff --git a/core/core-ui.el b/core/core-ui.el index 942f4e265..b71a4044a 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -468,7 +468,7 @@ Supports both Emacs and Evil cursor conventions." (spaceline-define-segment *hud "A HUD that shows which part of the buffer is currently visible." - (powerline-hud 'spaceline-highlight-face other-face 1) + (powerline-hud (if active 'spaceline-highlight-face 'region) line-face 1) :tight-right t)) ;; Initialize modeline