(define-public emacs-mmm-mode (package (name "emacs-mmm-mode") (version "0.5.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/purcell/mmm-mode/archive/" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "10kwslnflbjqm62wkrq420crqzdqalzfflp9pqk1i12zm6dm4mfv")))) (build-system emacs-build-system) (home-page "https://github.com/purcell/mmm-mode") (synopsis "Allow multiple major modes in an Emacs buffer") (description "MMM Mode is a minor mode that allows multiple major modes to coexist in a single buffer.") (license license:gpl3+)))