dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit d9dcf59e02dd3ef48ba367a7982c256479994d38
parent 98c1ed2d727e42de5a7148453c02aee9d469915f
Author: Lukas Henkel <lh@entf.net>
Date:   Thu, 31 Mar 2022 22:23:33 +0200

Enable lexical binding in init.el

Diffstat:
Minit.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/init.el b/init.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- (require 'seq) (require 'xdg)