diff options
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/config.el | 2 | ||||
| -rw-r--r-- | .emacs.d/packages.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/config.el b/.emacs.d/config.el index 5e57a07..7634932 100644 --- a/.emacs.d/config.el +++ b/.emacs.d/config.el @@ -36,6 +36,8 @@ (setq ring-bell-function 'ignore) (setq history-length 25) (setq global-auto-revert-non-file-buffers t) +(setq native-comp-async-report-warnings-errors 'silent) +(setq warning-minimum-level :error) (setq-default tab-width 4) (setq-default standard-indent 4) diff --git a/.emacs.d/packages.el b/.emacs.d/packages.el index 3e84067..eddb559 100644 --- a/.emacs.d/packages.el +++ b/.emacs.d/packages.el @@ -13,7 +13,7 @@ :config (add-hook 'org-mode-hook 'org-indent-mode) (add-hook 'org-mode-hook - '(lambda () + (lambda () (visual-line-mode 1)))) (use-package org-indent |
