Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 15, 2021
1 parent aed2851 commit 1be68e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minions.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ mouse-3: Toggle minor modes"
`(:propertize ("" (:eval (seq-filter (pcase-lambda (`(,mode))
(memq mode minions-direct))
minor-mode-alist)))
mouse-face mode-line-highlight
help-echo "Minor mode
mouse-face mode-line-highlight
help-echo "Minor mode
mouse-1: Display minor mode menu
mouse-2: Show help for minor mode
mouse-3: Toggle minor modes"
local-map ,mode-line-minor-mode-keymap)
local-map ,mode-line-minor-mode-keymap)
" "
'(:eval (propertize minions-mode-line-lighter
'face minions-mode-line-face
Expand Down

0 comments on commit 1be68e8

Please sign in to comment.