all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* multiple load-paths?
@ 2007-11-24 15:30 someusernamehere
  2007-11-24 15:57 ` Juanma Barranquero
  2007-11-24 16:05 ` Johan Bockgård
  0 siblings, 2 replies; 5+ messages in thread
From: someusernamehere @ 2007-11-24 15:30 UTC (permalink / raw)
  To: help-gnu-emacs

hey, I have in my .emacs 4 lines such as>


(setq load-path (cons (expand-file-name "~/lisp") load-path))
(setq load-path (cons (expand-file-name "~/repos") load-path))
(setq load-path (cons (expand-file-name "~/testing") load-path))
(setq load-path (cons (expand-file-name "~/elisp") load-path))

there is a way to do this more "posh" ?, I mean may be in one line o
something similar?


thanks

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

end of thread, other threads:[~2007-12-05 10:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-24 15:30 multiple load-paths? someusernamehere
2007-11-24 15:57 ` Juanma Barranquero
2007-11-24 16:05 ` Johan Bockgård
2007-12-05  9:58   ` Mike Mattie
2007-12-05 10:57     ` Sebastian Tennant

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.