ELISP: add demos to describe-function
It saves me some extra googling.
This commit is contained in:
parent
1475b4acb8
commit
f44190a45d
1 changed files with 12 additions and 0 deletions
|
|
@ -589,6 +589,18 @@ https://github.com/remyferre/comment-dwim-2
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+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
|
* Custom
|
||||||
|
|
||||||
** Save symbol at point
|
** Save symbol at point
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue