tag 30168 unreproducible moreinfo quit On Fri, Jan 19, 2018 at 1:05 AM, Tina Russell wrote: > I did some more mucking in my config and it seems I no longer have this > problem… I’m not even sure what it was. I’ve attached my init.el, from right > after I noticed the problem was gone, in case you’re interested in figuring > out what the critical difference was. (Personally, I’m just glad not to have > this crash anymore!) Diff attached. Assuming ergoemacs-package is just a trivial wrapper around use-package, having :disabled does the same as commenting it out, so that part should have no effect. The only thing left likely to have any effect would be this part: - '(custom-enabled-themes (quote (org-beautify-theme manoj-dark))) + '(custom-enabled-themes (quote (manoj-dark))) Perhaps org-beautify-theme adds some problematic fonts?