diff options
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) |
