From: Heime <heimeborgia@protonmail.com>
To: Heime via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org>
Subject: Store and using directory path references
Date: Wed, 28 Aug 2024 09:38:06 +0000 [thread overview]
Message-ID: <x922NXtr15mHHswbKLuNWA0DJXnZ26OlRYavoXp1INU36RwiahfuaQJ8vUKoe2zwddhWlW5kDV1XXai5ljG5P3c06DvquLx9E-SDvudCtIc=@protonmail.com> (raw)
I have a lot of defconsts to store as directory path references, essential
for loading and requiring files associated with specific functionality.
Because I have many such path references, can this sequence of directories
be differently constructed so the values can be defined and accessed more
easily.
(defconst mars-orella-waypt
"~/bin/gadin/orella"
"Docstring"
(defconst marshal-waypt
(concat mars-orella-waypt "/marshal")
"Docstring"
(defconst mars-okta-waypt
(concat mars-orella-waypt "/okta" )
"Docstring"
(defun mars-okta (&optional actn)
"Locate and load 'okta feature. Progress action message."
(add-to-list 'load-path mars-okta-waypt)
(require 'okta))
reply other threads:[~2024-08-28 9:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='x922NXtr15mHHswbKLuNWA0DJXnZ26OlRYavoXp1INU36RwiahfuaQJ8vUKoe2zwddhWlW5kDV1XXai5ljG5P3c06DvquLx9E-SDvudCtIc=@protonmail.com' \
--to=heimeborgia@protonmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.