summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-13 10:43:56 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-13 10:43:56 +0100
commitc6f68bcca9c568c57e842fb405ccd4158bdd1e3d (patch)
tree2e542af1a1e04eba1c3a3e5941252fda3a1d7402 /.emacs.d
parent31c469079f077bc2115887554ef0dbaad637a88d (diff)
small update
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/config.el2
-rw-r--r--.emacs.d/packages.el2
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