Skip to content

Instantly share code, notes, and snippets.

View AmiZya's full-sized avatar
🎯
pruning branches 🌳

Amine Zyad AmiZya

🎯
pruning branches 🌳
  • Zeta Software
  • Morocco
  • 08:26 (UTC +01:00)
  • LinkedIn in/amizya
View GitHub Profile
;; 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))))