all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Elisp - Store path only once
@ 2021-01-09 10:47 wael-zwaiter
  2021-01-09 10:54 ` Omar Polo
  0 siblings, 1 reply; 9+ messages in thread
From: wael-zwaiter @ 2021-01-09 10:47 UTC (permalink / raw)
  To: Help Gnu Emacs

I have a lot of customisation files for emacs stored in the
directory /home/bard/Genadm/build/gadin-1.0/elisp/.

Would like to store the path so that I can define it only once.
How can I do this in Emacs Lisp.


  (setq g-eshell
     "/home/bard/Genadm/build/gadin-1.0/elisp/g-eshell.el")

  (setq g-utils
     "/home/bard/Genadm/build/gadin-1.0/elisp/g-utils.el")






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-09 22:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-09 10:47 Elisp - Store path only once wael-zwaiter
2021-01-09 10:54 ` Omar Polo
2021-01-09 11:30   ` wael-zwaiter
2021-01-09 11:53     ` Omar Polo
2021-01-09 12:55       ` wael-zwaiter
2021-01-09 17:34         ` Omar Polo
2021-01-09 21:34       ` Drew Adams
2021-01-09 21:56         ` Stefan Monnier
2021-01-09 22:07           ` Drew Adams

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.