all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alp Aker <alptekin.aker@gmail.com>
To: drain <aeuster@gmail.com>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: .emacs not loading .el library
Date: Tue, 7 Aug 2012 18:55:00 -0400	[thread overview]
Message-ID: <CACxch4pAF2Cj96XJbqaGqheCwY9koJLsvqV6f6vkHiP4EF=cDg@mail.gmail.com> (raw)
In-Reply-To: <1344378988197-260860.post@n5.nabble.com>

On Tue, Aug 7, 2012 at 6:36 PM, drain <aeuster@gmail.com> wrote:
> My .emacs has been a series of load commands for a while now, e.g.,
>
> (load "~/where/my/miscellaneous/configs/are.el")
> (load "~/where/my/macro/configs/are.el")
> (load "~/where/my/keybinding/configs/are.el")
>
> I have eight of these located in the same directory, and wanted to load them
> all with one line of code in my .emacs:
>
> (add-to-list 'load-path "/path/to/my/lisp/library")

Adding an element to `load-path' doesn't cause any files to be loaded;
it merely informs Emacs of another directory in which to look for
files it's been asked to load.



  reply	other threads:[~2012-08-07 22:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-07 22:36 .emacs not loading .el library drain
2012-08-07 22:55 ` Alp Aker [this message]
2012-08-07 22:56 ` Peter Dyballa

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='CACxch4pAF2Cj96XJbqaGqheCwY9koJLsvqV6f6vkHiP4EF=cDg@mail.gmail.com' \
    --to=alptekin.aker@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=aeuster@gmail.com \
    /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.