feat: emacs - ignore warnings

This commit is contained in:
Ryan Yin
2024-01-03 01:40:34 +08:00
parent cbfe78f179
commit 04dedc9fa9
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ The same as neovim/vim:
| --------------------- | ----------------- |
| Next Buffer (Tab) | `]b` |
| Previous Buffer (Tab) | `[b` |
| Buffer List | `<Space> + ,` |
| Save all buffers(Tab) | `<Space> + b + S` |
## Editing and Formatting

View File

@@ -38,6 +38,8 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(setq warning-minimum-level :error)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")