emacs: document prot-emacs-window.el provide form

This commit is contained in:
Protesilaos Stavrou 2023-12-19 19:57:47 +02:00
parent 44e6905e18
commit 4d6aa7496a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4392,6 +4392,15 @@ leads to the current heading. Same idea for programming modes. Neat!
(breadcrumb-mode 1))
#+end_src
*** The =prot-emacs-window.el= ~provide~ form
:PROPERTIES:
:CUSTOM_ID: h:2124c200-734d-49c4-aeb1-513caaf957ae
:END:
As always, we ~provide~ the module. This is the mirror function of
~require~ ([[#h:e6c4acf5-5b51-4b38-a86a-bf3f698ac872][The init.el final part to load the individual modules]]).
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-window.el"
(provide 'prot-emacs-window)
#+end_src