Skip to content

Commit

Permalink
Config: Multi-File.org example add more notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniApollo committed Jan 15, 2024
1 parent 6d036ea commit 9d0607b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/start-multiFileExample.org
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ It's recommended to use a group name (e.g init-, start- or any custom name), so

* The Provide keyword
This is needed at the end of elisp files, if you want to use it elsewhere.
Note: It's recomended to put to the end so everything can be accessed.
Note:
- It's recomended to put to the end so everything can be accessed.
- *Don't forget* the file and the provide name needs to be the same.
#+begin_src emacs-lisp
(provide 'start-multiFileExample)
#+end_src

0 comments on commit 9d0607b

Please sign in to comment.