notebook-mode
notebook-mode copied to clipboard
Configuration Instructions
Hi,
How does one configure notebook-mode
with use-package
or just vanilla emacs?
@rougier
What settings do you enable/use in your config?
You can propably use straight.el for installation. Other option is to first load he notebook.el file into emacs and evaluate the buffer to test first before install.
Thanks,
I ended up packaging notebook-mode
for Guix but had no luck running it. Is it possible that the package does not run/picked up because it is currently missing the autoload cookie?
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/emacs.scm#L1794
I also package your org-imenu
:
https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/emacs.scm#L1830
I always forgot the autoload... I'll add it (to both packages)
What functions are officially considered to be part of the public API currently for notebook-mode? I'd be happy to submit a PR
I would say notebook-mode
only. And a PR would be welcome!
@jgarte the last accepted PRs introduce documented options through the customize backend, with the notebook
group. I suggest you to update and take a look. use-package
is indeed usable for those as described in the use-package
manual.