Disable native comp. warnings buffer for Emacs 28
This commit is contained in:
parent
43fc7fec0d
commit
75013ff5fe
3
init.el
3
init.el
@ -126,6 +126,9 @@
|
|||||||
lexical
|
lexical
|
||||||
make-local))
|
make-local))
|
||||||
|
|
||||||
|
;; Disable some unnecessary native compilation warnings.
|
||||||
|
(setq native-comp-async-report-warnings-errors nil)
|
||||||
|
|
||||||
;; Set default buffer grouping in ibuffer
|
;; Set default buffer grouping in ibuffer
|
||||||
(setq ibuffer-saved-filter-groups
|
(setq ibuffer-saved-filter-groups
|
||||||
(quote (("default"
|
(quote (("default"
|
||||||
|
Loading…
Reference in New Issue
Block a user