Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Xebar Saram
thx all Grant, thats interesting since i did start with the bisecting method and couldnt identify the culprit. again using the method here https://bitbucket.org/holgerschurig/emacsconf/src/416b2bba2d1d334b9c6ddbd56f8c7f8bd8bc4aab?at=master works SUPER fast (~10 seconds) so for now ill stick wit

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Grant Rettke
On Sat, Dec 10, 2016 at 2:36 AM, Xebar Saram wrote: > So after a few months of frustration today i discovered the issue that's > been bothering me for a long time..the REALLY slow emacs startup I tangled it on my box like this: Start Emacs default emacs --no-init-file (emacs-version) "GNU Ema

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Julian M. Burgos
Hi Xebar, An simple alternative is to do what I do: keep your init file in an org mode file, and simple tangle it manually whenever you do changes. In this way you avoid the overload of the tangling process at startup. My emacs starts in about 10 seconds. Julian Thomas S. Dye writes: > Aloha

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Rainer M Krug
Xebar Saram writes: > Ok so i think the reason really is that i have way to many lisp code blocks > as suggested. i found out a very interesting post that maybe of interest to > alot of > org users Well - it took on my MacBook Pro Retina about 30 seconds - , | Wrote /Users/rainerkrug/tmp/

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Thomas S. Dye
Aloha Xebar, Xebar Saram writes: > Ok so i think the reason really is that i have way to many lisp code blocks > as suggested. i found out a very interesting post that maybe of interest to > alot of org users > > http://www.holgerschurig.de/en/emacs-efficiently-untangling-elisp/ > > this creates

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Xebar Saram
Ok so i think the reason really is that i have way to many lisp code blocks as suggested. i found out a very interesting post that maybe of interest to alot of org users http://www.holgerschurig.de/en/emacs-efficiently-untangling-elisp/ this creates a new function that very efficiently tangles my

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > can anyone help me with this, i really would appreciate you guys help with > this as its driving me mad :) Please provide a profiler report (see `profiler-start') and possibly instrument Org using `elp-instrument-package' so that we know what part is the most time c

[O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-10 Thread Xebar Saram
Hi all So after a few months of frustration today i discovered the issue that's been bothering me for a long time..the REALLY slow emacs startup (sometimes 5 minutes or more). The cause is the org mode init file i use. what i currently have in my setup is A. this init.el: (require 'package) ;si