diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:48:48 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-31 14:48:48 -0400 |
| commit | 51534e639582d20298ea94f433577425138b157f (patch) | |
| tree | 75f49eedb4ba9b79707ac3c1604069d6cec41853 /.config/emacs/early-init.el | |
| parent | d5c85328293262ea4fd9293c5e77e4990952cdee (diff) | |
remove redundant junk
Diffstat (limited to '.config/emacs/early-init.el')
| -rw-r--r-- | .config/emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index 44df179..6e928d9 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -85,5 +85,5 @@ (set-selection-coding-system 'utf-8) (prefer-coding-system 'utf-8) -;; native comp warnings +;; silence native comp warnings (who cares) (setq native-comp-async-report-warnings-errors 'silent) |
