[Emacs] Add Emacs Package Dev Handbook
This commit is contained in:
parent
c32ae1347b
commit
218307bf8e
@ -6850,6 +6850,15 @@ examples on how to use Elisp functions. ~elisp-demos~ got you covered!
|
|||||||
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
(advice-add 'helpful-update :after #'elisp-demos-advice-helpful-update))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package epdh
|
||||||
|
:straight (epdh :type git
|
||||||
|
:host github
|
||||||
|
:repo "alphapapa/emacs-package-dev-handbook"
|
||||||
|
:build t)
|
||||||
|
:defer t)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
Let’s also declare some Elisp-dedicated keybindings, prefixed by a
|
Let’s also declare some Elisp-dedicated keybindings, prefixed by a
|
||||||
comma.
|
comma.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user