Interesting emacs packages (Sep 2019)

1 · Shane Mulligan · Sept. 20, 2019, noon
Helpful.el GitHub - Wilfred/helpful: A better Emacs help buffer Helpful is a replacement for help buffers that provides much more contextual information Interesting features It can search all loaded elisp files for references to a symbol. (define-button-type 'helpful-all-references-button 'action #'helpful--all-references 'symbol nil 'callable-p nil 'follow-link t 'help-echo "Find all references to this symbol") (defun helpful--all-references (button) "Find all the references to the symbol that ...