Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions minions.el
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,14 @@ minor-modes that is usually displayed directly in the mode line."
(let ((recursive-edit-help-echo "Recursive edit, type C-M-c to get out"))
(list (propertize "%[" 'help-echo recursive-edit-help-echo)
'(:eval (car minions-mode-line-delimiters))
`(:propertize ("" mode-name)
help-echo "Major mode
'(:eval (propertize mode-name
'help-echo "Major mode
mouse-1: Display major mode menu
mouse-2: Show help for major mode
mouse-3: Toggle minor modes"
mouse-face mode-line-highlight
local-map ,mode-line-major-mode-keymap)
'face minions-mode-line-face
'mouse-face 'mode-line-highlight
'local-map mode-line-major-mode-keymap))
'("" mode-line-process)
(propertize "%n" 'help-echo "mouse-2: Remove narrowing from buffer"
'mouse-face 'mode-line-highlight
Expand Down