From 540a8de41a34a608e9962665501ec9fb72c6c9b3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Fri, 13 Nov 2020 17:18:29 +0100 Subject: [PATCH] init: bind lexically --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9fe2a8a..4e4cc24 100644 --- a/init.el +++ b/init.el @@ -1,4 +1,4 @@ -;;; init.el --- emacs configuration +;;; init.el --- emacs configuration -*- lexical-binding: t; -*- ;;; Commentary: ;;; M-x 🦋 ;;; Code: