dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit e4470461129452261871bd1dcc06be1210568dfa
parent e7e46e82fa9f41b978007ba2deb93b635d21a3bc
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 17 Jun 2021 11:39:14 +0200

Enable lexical binding in .gnus

No specific reason, except maybe pacifying the mode-line, and making
sure my code still works.

Diffstat:
M.gnus | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gnus b/.gnus @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t -*- ;; user-full-name: from /etc/passwd, chfn(1). ;; user-mail-address: from EMAIL variable, ~/.profile & ~/.xsessionrc.