Skip to content

Instantly share code, notes, and snippets.

@tkf
Created October 25, 2012 07:28
Show Gist options
  • Save tkf/3951163 to your computer and use it in GitHub Desktop.
Save tkf/3951163 to your computer and use it in GitHub Desktop.
;; Workaround the annoying warnings:
;; Warning (mumamo-per-buffer-local-vars):
;; Already 'permanent-local t: buffer-file-name
(when (and (equal emacs-major-version 24)
(equal emacs-minor-version 2))
(eval-after-load "mumamo"
'(setq mumamo-per-buffer-local-vars
(delq 'buffer-file-name mumamo-per-buffer-local-vars))))
@AmiZya
Copy link

AmiZya commented Apr 15, 2013

Thanks man, you saved my ass.

@tangxinfa
Copy link

I think you meant: (string< "24.1" (format "%d.%d" emacs-major-version emacs-minor-version))

@chaoswong1981
Copy link

cool, thanks, and also thanks deathwish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment