[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Elisp - Store path only once
From: |
Drew Adams |
Subject: |
RE: Elisp - Store path only once |
Date: |
Sat, 9 Jan 2021 14:07:36 -0800 (PST) |
> >> >(load 'g-eshell)
> >> >(load 'g-utils)
> >> (require 'something)
> > There are (at least) 3 functions you can use to load a list file:
> > `require', `load-library', and `load'.
>
> Actually `load-library` (just like `load-file`) is not meant to be used
> as a function but rather as a command. Both `load-library` and
> `load-file` are two commands which give interactive access to the
> Lisp-level function `load`.
Yes. (But `load-file' at least applies `expand-file-name' for you.)