From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: starting the emacs daemon using init.org? Date: Wed, 22 Jul 2015 18:46:33 -0700 (PDT) Message-ID: References: <87twszc33d.fsf@skimble.plus.com> <87lhebohta.fsf@nl106-137-147.student.uu.se> <87r3o383vp.fsf@skimble.plus.com> <87si8jrlnx.fsf@mbork.pl> <87lheaagbd.fsf@skimble.plus.com> <1437413803.2071.234.camel@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1437616224 19246 80.91.229.3 (23 Jul 2015 01:50:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Jul 2015 01:50:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 23 03:50:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZI5eL-00035G-HW for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Jul 2015 03:50:17 +0200 Original-Received: from localhost ([::1]:38944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI5eK-0005ym-LX for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 21:50:16 -0400 X-Received: by 10.129.85.86 with SMTP id j83mr6020415ywb.9.1437615994077; Wed, 22 Jul 2015 18:46:34 -0700 (PDT) X-Received: by 10.50.17.2 with SMTP id k2mr233120igd.11.1437615994016; Wed, 22 Jul 2015 18:46:34 -0700 (PDT) Original-Path: usenet.stanford.edu!69no1356172qgl.1!news-out.google.com!a16ni25780ign.0!nntp.google.com!f3no1592513igg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.94.113.248; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.94.113.248 User-Agent: G2/1.0 Injection-Date: Thu, 23 Jul 2015 01:46:34 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:213637 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105923 Archived-At: On Monday, July 20, 2015 at 11:17:04 PM UTC+5:30, John Mastro wrote: > > > >> (Mine is 55.0 seconds.) > > > > > > > Thanks Marcin. > > > > > > I didn't know about that command, and when run it shows my init-time > > > of 60.4 seconds, which does surprise me as it seems longer to me than > > > that. > > > > Wow I wonder what you all are doing in your init files!! > > > > My init time is 1.8 seconds...! > > 4.3 seconds on Windows and 2.5 on Linux here. Both machines are > reasonably spec'd (e.g. quad core i5 from a couple years ago) but > definitely not monsters. And I have almost 100 packages installed and > 3,600 SLOC in my init files. > > If you're not using `with-eval-after-load' (or `eval-after-load'), I > highly recommend it. There is John Wiegley's 'use-package' which promises significantly cut-down init times + way cleaner init. [I am trying to migrate my init... so no promises :-) ] https://github.com/jwiegley/use-package https://www.youtube.com/watch?v=2TSKxxYEbII