Feasibility of let bindings within defcustom
Heime <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <Q8G1iLebu9RlG9sPzjOfAIgSQOQDNh4ilQy0OW8RhREGoOGeaOO0d0sALT8X5qiu4xKCPAdCW8coKPVMRuzww-YaBa-VI6YAS-J4qHK4Bmw=@protonmail.com> |
How can I apply (assoc-default 'GLXKS orellana-fpln) directly,
rather than relying upon galaxiakos-waypt? Can one use a `let'
within a defcustom?
(defcustom galaxiakos-fpln
`((GLXKS . ,galaxiakos-waypt)
(OMNIX . ,(concat galaxiakos-waypt "/omniskon"))
(PROTL . ,(concat galaxiakos-waypt "/protilus"))
(GRGRS . ,(concat galaxiakos-waypt "/gregers")))
"Association List (alist) specifying a flight plan, where each element is
a cons cell (WAYPT . DIRECTORY-PATH) linking a waypoint code to its
associated directory path for different Galaxiakos components."
:type '(alist :key-type (symbol :tag "Code")
:value-type (string :tag "Path"))
:group 'galaxiakos)