Skip to content
Snippets Groups Projects
Commit 85ef742c authored by Federico Beffa's avatar Federico Beffa
Browse files

gnu: Add emacs-mmm-mode.

* gnu/packages/emacs.scm (emacs-mmm-mode): New variable.
parent 78395334
No related branches found
No related tags found
No related merge requests found
...@@ -803,3 +803,26 @@ (define-public emacs-auctex ...@@ -803,3 +803,26 @@ (define-public emacs-auctex
writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
or XEmacs.") or XEmacs.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-mmm-mode
(package
(name "emacs-mmm-mode")
(version "0.5.4")
(source
(origin
(method url-fetch)
(uri (string-append
"http://stable.melpa.org/packages/mmm-mode-"
version
".tar"))
(sha256
(base32
"1llkzb6d978ym3zv3yfzwj0w5zzmmj3ksrm5swrx1papxcnqnkb9"))))
(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+)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment