Skip to content

Commit

Permalink
Respect minions lighter.
Browse files Browse the repository at this point in the history
Close #506.
  • Loading branch information
seagle0128 committed Feb 28, 2022
1 parent d9b64bc commit 1ecf8fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
(defvar evil-visual-selection)
(defvar flycheck-current-errors)
(defvar flycheck-mode-menu-map)
(defvar flymake--state)
(defvar flymake--mode-line-format)
(defvar flymake--state)
(defvar flymake-menu)
(defvar gnus-newsrc-alist)
(defvar gnus-newsrc-hashtb)
Expand All @@ -81,6 +81,7 @@
(defvar iedit-occurrences-overlays)
(defvar meow--indicator)
(defvar minions-direct)
(defvar minions-mode-line-lighter)
(defvar minions-mode-line-minor-modes-map)
(defvar mlscroll-minimum-current-width)
(defvar mlscroll-right-align)
Expand Down Expand Up @@ -617,8 +618,9 @@ buffer where knowing the current project directory is important."
help-echo ,help-echo
local-map ,mode-line-minor-mode-keymap)
,(doom-modeline-spc)
(:propertize ("" ,(doom-modeline-icon 'octicon "gear" "" ";-"
:face face :v-adjust -0.05))
(:propertize ("" ,(doom-modeline-icon 'octicon "gear" ""
minions-mode-line-lighter
:face face :v-adjust -0.05))
mouse-face ,mouse-face
help-echo "Minions
mouse-1: Display minor modes menu"
Expand Down

0 comments on commit 1ecf8fc

Please sign in to comment.