* 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).