Skip to content

Commit

Permalink
Merge 9da9ef9 into f6262e6
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyaev committed Oct 6, 2020
2 parents f6262e6 + 9da9ef9 commit e9dcd07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composable.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ For each function named foo a function name composable-foo is created."
"Action to perform when starting composable."
(when (and composable-mode-line-color ;; Mode-line
(color-supported-p composable-mode-line-color))
(setq composable--saved-mode-line-color (face-attribute 'mode-line :background))
(set-face-attribute 'mode-line nil :background composable-mode-line-color))

(if composable-object-cursor ;; "Change cursor cursor to C"
Expand Down

0 comments on commit e9dcd07

Please sign in to comment.