branch: elpa/nix-mode
commit ff8409c6179d9a71d92e3195d30902da788ee3f8
Author: Leon Isenberg <l...@users.noreply.github.com>
Commit: Leon Isenberg <l...@users.noreply.github.com>

    Declare lexical-binding
---
 nix-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix-mode.el b/nix-mode.el
index 999bbdc100..689a6791a2 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t -*-
 ;;; nix-mode.el --- Major mode for editing Nix expressions
 
 ;; Author: Eelco Dolstra

Reply via email to