Skip to content

Instantly share code, notes, and snippets.

@juliomenendez
Created September 19, 2012 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliomenendez/3751129 to your computer and use it in GitHub Desktop.
Save juliomenendez/3751129 to your computer and use it in GitHub Desktop.
;; Mumamo is making emacs >23.3 freak out:
(when (and (> emacs-major-version 23)
(> emacs-minor-version 3))
(eval-after-load "bytecomp"
'(add-to-list 'byte-compile-not-obsolete-vars
'font-lock-beginning-of-syntax-function))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment