Enhance native-comp and warnings defaults

This commit is contained in:
James Cherti
2025-02-27 10:19:25 -05:00
parent ce4582d1bd
commit 0768ad04ab
2 changed files with 5 additions and 2 deletions

View File

@@ -727,8 +727,6 @@ And [add the elpaca bootstrap code](https://github.com/progfolio/elpaca?tab=read
2. You can also add the following to `~/.emacs.d/post-init.el`:
```emacs-lisp
;; Hide warnings and display only errors
(setq warning-minimum-level :error)
;; Display of line numbers in the buffer:
;; (display-line-numbers-mode 1)