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

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

multiple load-paths?


From: someusernamehere
Subject: multiple load-paths?
Date: Sat, 24 Nov 2007 07:30:22 -0800 (PST)
User-agent: G2/1.0

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


reply via email to

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