hydra.el (hydra--hint-heads-wocol): Ignore dynamic hints

Fixes #254
master
Oleh Krehel 9 years ago
parent ab67b29835
commit b4fb3298cd
  1. 2
      hydra.el

@ -501,7 +501,7 @@ Works for heads without a property :column."
(dolist (h heads)
(let ((val (assoc (cadr h) alist))
(pstr (hydra-fontify-head h body)))
(unless (null (cl-caddr h))
(unless (not (stringp (cl-caddr h)))
(if val
(setf (cadr val)
(concat (cadr val) " " pstr))

Loading…
Cancel
Save