All args fontified.
This commit is contained in:
parent
ab566aaee9
commit
1440328eaa
1 changed files with 3 additions and 1 deletions
|
@ -313,12 +313,14 @@ put it in magit-key-mode-key-maps for fast lookup."
|
||||||
(dolist (argument args)
|
(dolist (argument args)
|
||||||
(insert
|
(insert
|
||||||
(format " %s: (%s) %s %s\n"
|
(format " %s: (%s) %s %s\n"
|
||||||
|
(propertize
|
||||||
(car argument)
|
(car argument)
|
||||||
|
'face 'font-lock-builtin-face)
|
||||||
(nth 1 argument)
|
(nth 1 argument)
|
||||||
(nth 2 argument)
|
(nth 2 argument)
|
||||||
(propertize
|
(propertize
|
||||||
(gethash (nth 2 argument) magit-key-mode-current-args "")
|
(gethash (nth 2 argument) magit-key-mode-current-args "")
|
||||||
'font-lock-face 'widget-field))))))
|
'face 'widget-field))))))
|
||||||
|
|
||||||
(defun magit-key-mode-draw-actions (actions)
|
(defun magit-key-mode-draw-actions (actions)
|
||||||
(when actions
|
(when actions
|
||||||
|
|
Loading…
Reference in a new issue