branch: elpa/nix-mode
commit 702f62abff7014f227a8b757b7e2879c7ad86869
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
lexical bindings
---
nix-flycheck.el | 1 +
nix-mode.el | 2 +-
nix-prettify-mode.el | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/nix-flycheck.el b/nix-flycheck.el
index 37aa4d4321..aca5ce8b36 100644
--- a/nix-flycheck.el
+++ b/nix-flycheck.el
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
;;; nix-flycheck.el --- Flycheck support for Nix.
;; This file is NOT part of GNU Emacs.
diff --git a/nix-mode.el b/nix-mode.el
index 2aeac02135..3e361194ff 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1,5 +1,5 @@
-;;; nix-mode.el --- Major mode for editing Nix expressions
;; -*- lexical-binding: t -*-
+;;; nix-mode.el --- Major mode for editing Nix expressions
;; Author: Eelco Dolstra
;; Maintainer: Matthew Bauer <[email protected]>
diff --git a/nix-prettify-mode.el b/nix-prettify-mode.el
index 1d6e3be7c0..9f86056307 100644
--- a/nix-prettify-mode.el
+++ b/nix-prettify-mode.el
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
;;; nix-prettify.el --- Prettify Nix store file names
;; Copyright © 2014, 2015 Alex Kost <[email protected]>