Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mavit/7109806 to your computer and use it in GitHub Desktop.
Save mavit/7109806 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 (version<= "24.2" emacs-version)
(eval-after-load "mumamo"
'(setq mumamo-per-buffer-local-vars
(delq 'buffer-file-name mumamo-per-buffer-local-vars))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment