diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-04-22 22:55:14 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-04-22 22:55:14 +0200 |
| commit | aa5980aec403dc1bc7bbc22458c9282f04457fa1 (patch) | |
| tree | 591a4dbd97ea92e180683fe35ecf86b89b73a2ac | |
| parent | 2aca0498abab86611fcb71315ebdf84e85f327ab (diff) | |
| download | dotfiles-aa5980aec403dc1bc7bbc22458c9282f04457fa1.tar.xz | |
Pacify new Emacs warning
Had hoped I'd port all of this to use-package in init.el, but the
March of Progress was too fast for me.
| -rw-r--r-- | .config/emacs/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el index 709ed2f..fa63a6d 100644 --- a/.config/emacs/custom.el +++ b/.config/emacs/custom.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
