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

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

Re: optional packages on startup?


From: Andreas Röhler
Subject: Re: optional packages on startup?
Date: Tue, 26 Jul 2011 08:52:24 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.18) Gecko/20110616 SUSE/3.1.11 Thunderbird/3.1.11

Am 26.07.2011 08:42, schrieb Jai Dayal:
Hi,
   In emacs, I have a lot of things that load up (cscopes, cedet, ecb).
Since I have to ssh into a proxy, and then into the main server, there's a
bit of latency for emacs to start up.

Is there an easy way to say 'emacs simple filename.cpp' and if simple is
present, it skips over some number of packages?  Doing emacs filename.cpp,
however, would load all packages.

Thanks!
Jai


Hi,

what about write into your init-file

(if CONDITION
   load this
  load that)

(file-readable-p) might a suitable condition IIUC

Andreas



reply via email to

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