From: John Turner Date: Wed, 5 Oct 2022 02:47:51 +0000 (-0400) Subject: added a few things to the ibuffer-never-show list X-Git-Url: https://jturnerusa.dev/gitweb/?a=commitdiff_plain;h=010ba4d339b609fe33789a6fd756e666704971d5;p=emacs.d added a few things to the ibuffer-never-show list --- diff --git a/config/ibuffer/config-ibuffer-never-show.el b/config/ibuffer/config-ibuffer-never-show.el index f21554f..d9c0e2c 100644 --- a/config/ibuffer/config-ibuffer-never-show.el +++ b/config/ibuffer/config-ibuffer-never-show.el @@ -2,7 +2,9 @@ "^\\*Help\\*$" "^\\*Completions\\*$" "^\\*Backtrace\\*$" - "^\\*Async-native-compile-log\\*$")) + "^\\*Async-native-compile-log\\*$" + "^\\*Native-compile-Log\\*$" + "^\\*Warnings\\*$")) (mapc (lambda (p) (add-to-list 'ibuffer-never-show-predicates p))