branch: elpa/nix-mode
commit 03e39da643f154131bc6584e7230b9d39b863bde
Author: Matthew Bauer <mjbaue...@gmail.com>
Commit: Matthew Bauer <mjbaue...@gmail.com>

    Fix flycheck lexical-binding complaints.
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 425060b517..22d331cebd 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1,5 +1,5 @@
-;; -*- lexical-binding: t -*-
 ;;; nix-mode.el --- Major mode for editing Nix expressions
+;; -*- lexical-binding: t -*-
 
 ;; Author: Eelco Dolstra
 ;; Maintainer: Matthew Bauer <mjbaue...@gmail.com>

Reply via email to