From: Mark Wooding Date: Thu, 5 Mar 2009 15:12:54 +0000 (+0000) Subject: emacs: Enable semantic hackery if we're not meant to start quickly. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/75bd2d66ee6cd4a9a82343d2587817c558baae63 emacs: Enable semantic hackery if we're not meant to start quickly. It's winning. Honestly. --- diff --git a/emacs b/emacs index 73cb422..496dd3b 100644 --- a/emacs +++ b/emacs @@ -60,6 +60,8 @@ (trap (or mdw-fast-startup (require 'tex-site))) +(trap (or mdw-fast-startup (semantic-load-enable-excessive-code-helpers))) + ;; --- Skeleton stuff --- (trap (or mdw-fast-startup (require 'skel-init)))