mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
feat: emacs - ignore warnings
This commit is contained in:
@@ -65,6 +65,7 @@ The same as neovim/vim:
|
|||||||
| --------------------- | ----------------- |
|
| --------------------- | ----------------- |
|
||||||
| Next Buffer (Tab) | `]b` |
|
| Next Buffer (Tab) | `]b` |
|
||||||
| Previous Buffer (Tab) | `[b` |
|
| Previous Buffer (Tab) | `[b` |
|
||||||
|
| Buffer List | `<Space> + ,` |
|
||||||
| Save all buffers(Tab) | `<Space> + b + S` |
|
| Save all buffers(Tab) | `<Space> + b + S` |
|
||||||
|
|
||||||
## Editing and Formatting
|
## Editing and Formatting
|
||||||
|
|||||||
@@ -38,6 +38,8 @@
|
|||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
(setq display-line-numbers-type t)
|
(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,
|
;; 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!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
|
|||||||
Reference in New Issue
Block a user