me
/
guix
Archived
1
0
Fork 0

gnu: emacs: Use lexical binding for guix-emacs.el startup library.

* gnu/packages/aux-files/emacs/guix-emacs.el: Declare LEXCICAL-BINDING file
variable to true.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Maxim Cournoyer 2023-09-01 00:53:18 -04:00 committed by Liliana Marie Prikler
parent 4a00fa9bea
commit 16cc7b9678
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
;;; -*- lexical-binding: t; -*-
;;; guix-emacs.el --- Emacs packages installed with Guix
;; Copyright © 2014, 2015, 2016, 2017 Alex Kost <alezost@gmail.com>