[Emacs] Update ignored elcord buffers
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Lucien Cartier-Tilet 2022-07-06 12:56:26 +02:00
parent ef404d0579
commit 2afef395a1
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 4 deletions

View File

@ -7972,10 +7972,12 @@ Whats the point of using Emacs if you cant tell everyone?
:straight (:built t)
:defer t
:config
(setq elcord-use-major-mode-as-main-icon t
elcord-refresh-rate 5
elcord-boring-buffers-regexp-list '("\\\\*Messages\\\\*"
"\\\\*scratch\\\\*")))
(csetq elcord-use-major-mode-as-main-icon t
elcord-refresh-rate 5
elcord-boring-buffers-regexp-list `("^ "
,(rx "*" (+ any) "*")
,(rx bol (or "Re: "
"Fwd: ")))))
#+end_src
*** Enime