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://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/75bd2d66ee6cd4a9a82343d2587817c558baae63?ds=inline;hp=--cc emacs: Enable semantic hackery if we're not meant to start quickly. It's winning. Honestly. --- 75bd2d66ee6cd4a9a82343d2587817c558baae63 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)))