* mood-line.el (mood-line--modal-editing-p): Fixed incorrect test
We should be looking for bound-and-true minor modes. Not sure what happened here.
This commit is contained in:
parent
7c30e1cada
commit
855ea2760e
@ -328,7 +328,7 @@ The `Face' may be either a face symbol or a property list of key-value pairs
|
||||
|
||||
(defun mood-line--modal-editing-p ()
|
||||
"Determine if modal editing is being used."
|
||||
(mood-line-segment-modified)) ; (or) is for future modal additions.
|
||||
(or (bound-and-true-p evil-mode))) ; (or) is for future modal additions.
|
||||
|
||||
;;
|
||||
;; Activation function
|
||||
|
Loading…
Reference in New Issue
Block a user