diff --git a/config_new.org b/config_new.org index f6f9247..4747938 100644 --- a/config_new.org +++ b/config_new.org @@ -589,6 +589,18 @@ https://github.com/remyferre/comment-dwim-2 ) #+END_SRC +* Elisp + +** Add demos to describe-function + +#+BEGIN_SRC emacs-lisp +(use-package elisp-demos + :ensure t + :config + (advice-add 'describe-function-1 :after #'elisp-demos-advice-describe-function-1) + ) +#+END_SRC + * Custom ** Save symbol at point