Suppress warnings
This commit is contained in:
parent
a29a4be6ab
commit
f7babdeff5
7
init.el
7
init.el
@ -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))
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user