branch: elpa/nix-mode
commit 070891aae495ed798e366de317c22856e34a3eaa
Author: Matthew Bauer <[email protected]>
Commit: Matthew Bauer <[email protected]>
Fix lexical bindings.
---
nix-company.el | 2 +-
nix-format.el | 2 +-
nix-repl.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/nix-company.el b/nix-company.el
index aa78f20b6c..3cc436be2e 100644
--- a/nix-company.el
+++ b/nix-company.el
@@ -1,5 +1,5 @@
-;;; nix-company.el --- Company support for Nix
;; -*- lexical-binding: t -*-
+;;; nix-company.el --- Company support for Nix
;; This file is NOT part of GNU Emacs.
diff --git a/nix-format.el b/nix-format.el
index d3bd430364..b0b0b23f90 100644
--- a/nix-format.el
+++ b/nix-format.el
@@ -1,5 +1,5 @@
-;;; nix-format.el --- Nix formatter
;; -*- lexical-binding: t -*-
+;;; nix-format.el --- Nix formatter
;; This file is NOT part of GNU Emacs.
diff --git a/nix-repl.el b/nix-repl.el
index d32b09b89e..1096676186 100644
--- a/nix-repl.el
+++ b/nix-repl.el
@@ -1,5 +1,5 @@
-;;; nix-repl.el --- Nix repl
;; -*- lexical-binding: t -*-
+;;; nix-repl.el --- Nix repl
;; This file is NOT part of GNU Emacs.