branch: elpa/nix-mode commit 7833efc98cf66a1c295ec8921ea9814563a35ffc Author: Akira Komamura <akira.komam...@gmail.com> Commit: Akira Komamura <akira.komam...@gmail.com>
Revert changes in nix-mode-mmm.el and nix-company.el See #5087 --- nix-company.el | 2 ++ nix-mode-mmm.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nix-company.el b/nix-company.el index 13d5d8754e..e335ddf3cf 100644 --- a/nix-company.el +++ b/nix-company.el @@ -1,6 +1,8 @@ ;;; nix-company.el --- Company support for Nix -*- lexical-binding: t -*- ;; Homepage: https://github.com/NixOS/nix-mode +;; Version: 1.5.0 +;; Package-Requires: ((emacs "24.3")) ;; This file is NOT part of GNU Emacs. diff --git a/nix-mode-mmm.el b/nix-mode-mmm.el index 01dd4a58f4..fe7e1f5c5f 100644 --- a/nix-mode-mmm.el +++ b/nix-mode-mmm.el @@ -3,6 +3,8 @@ ;; Author: Matthew Bauer <mjbaue...@gmail.com> ;; Homepage: https://github.com/NixOS/nix-mode ;; Keywords: nix +;; Version: 1.5.0 +;; Package-Requires: ((emacs "24.3") (mmm-mode "0.5.8")) ;; This file is NOT part of GNU Emacs.