help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Elisp - Store path only once


From: wael-zwaiter
Subject: Elisp - Store path only once
Date: Sat, 9 Jan 2021 11:47:55 +0100

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")






reply via email to

[Prev in Thread] Current Thread [Next in Thread]