Suppress warnings

This commit is contained in:
Mark van der Putten 2024-07-17 00:48:50 +02:00
parent a29a4be6ab
commit f7babdeff5

View File

@ -35,6 +35,13 @@
;;
;;; Code:
;; Do not show a popup buffer with warnings
;; (setq create-lockfiles nil)
;; (add-to-list 'warning-suppress-log-types '(unlock-file))
;; (add-to-list 'warning-suppress-types '(unlock-file))
;; or
(setq warning-minimum-level :error)
(defun remove-electric-indent-mode ()
(setq electric-indent-inhibit t))