Implement helpful-go-back and helpful-go-forward#292
Implement helpful-go-back and helpful-go-forward#292daanturo wants to merge 1 commit intoWilfred:masterfrom
Conversation
By setting local variables helpful--previous-symbol-and-callable and helpful--next-symbol-and-callable.
|
Hi! Is this project unmaintained? The PR is still not discussed nor merged. |
|
bump |
|
I'm just going to: don't get me wrong: the i thought it'd be a simple fix to add these (map! :map helpful-mode-map "f" #'describe-function)but perhaps wrapped with a (defun helpful/describe-X ...) so that help-mode is invoked with some extra context or something. idk |
By setting local variables helpful--previous-symbol-and-callable and
helpful--next-symbol-and-callable.
Fixes #250.
Partially Fixes #165.