]> jturnerusa.dev Git - emacs.d/commitdiff
added a few things to the ibuffer-never-show list
authorJohn Turner <jturner.usa@gmail.com>
Wed, 5 Oct 2022 02:47:51 +0000 (22:47 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Wed, 5 Oct 2022 02:47:51 +0000 (22:47 -0400)
config/ibuffer/config-ibuffer-never-show.el

index f21554f8a775c9d284a56e3bbd244d2069206b38..d9c0e2cf7c8c48e0fece61126b2cc0b7ddb165f9 100644 (file)
@@ -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))