diff options
| author | 2025-02-20 15:05:55 -0800 | |
|---|---|---|
| committer | 2025-03-05 09:54:08 -0800 | |
| commit | f98a66890027314be24b5e8db6120907c27a23c2 (patch) | |
| tree | 152b7b35d9ea54645672bf1cbc16967c854a8092 | |
| parent | 8b838f0a7bb2a988d4c226e64da2067e989885ef (diff) | |
| download | new-dotfiles-f98a66890027314be24b5e8db6120907c27a23c2.tar.gz new-dotfiles-f98a66890027314be24b5e8db6120907c27a23c2.zip | |
pop-os/emacs.el: Enable lexical binding
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el index f2c44c6..77360c7 100644 --- a/oni/home/config/pop-os/emacs.el +++ b/oni/home/config/pop-os/emacs.el @@ -1,3 +1,4 @@ +;; -*- lexical-binding: t; -*- (defun snowball-reformat-chanced-file () "Run the current buffer through Pint." (interactive) |
