diff options
| author | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:57:52 +0800 |
|---|---|---|
| committer | JSDurand <mmemmew@gmail.com> | 2026-06-01 01:57:52 +0800 |
| commit | d7f69b960ccdae690b0df2530d2503003fef872a (patch) | |
| tree | 832614360954db760599af096f23315d6ddadc62 | |
| parent | ca037eee2c7cd8bb2b9be9dda1ff481da6cc07ab (diff) | |
theme: use lexical binding now
| -rw-r--r-- | theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -;;; theme +;;; theme -*- lexical-binding: t; -*- (use-package "protesilaos/modus-themes" 'modus-themes) |
