* Customisation file with additional tools
@ 2024-12-24 20:59 Heime via Users list for the GNU Emacs text editor
0 siblings, 0 replies; only message in thread
From: Heime via Users list for the GNU Emacs text editor @ 2024-12-24 20:59 UTC (permalink / raw)
To: Heime via Users list for the GNU Emacs text editor
Would like some suggestions about how to better organise by emacs utilities.
I have a file octant.el that also provides additional tools in questor.el
Using
(add-to-list 'load-path octant-path)
(require 'octant)
I can load the file octant.el
I want the possibility to add the questor functionality. But also
the convenience not to load questor. This is to help me in debugging
octant when needed, without the added complication of also having to
deal with questor.
How would one go about doing
(add-to-list 'load-path questor-path)
(require 'questor)
Customarily, one calls just (require 'octant) without specifying
the additional questor. Am I right? Would questor be included
automatically as soon as one does (require 'octant)?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-24 20:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 20:59 Customisation file with additional tools Heime via Users list for the GNU Emacs text editor
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.