[Emacs] Update ignored elcord buffers
This commit is contained in:
parent
ef404d0579
commit
2afef395a1
@ -7972,10 +7972,12 @@ What’s the point of using Emacs if you can’t tell everyone?
|
||||
:straight (:built t)
|
||||
:defer t
|
||||
:config
|
||||
(setq elcord-use-major-mode-as-main-icon t
|
||||
(csetq elcord-use-major-mode-as-main-icon t
|
||||
elcord-refresh-rate 5
|
||||
elcord-boring-buffers-regexp-list '("\\\\*Messages\\\\*"
|
||||
"\\\\*scratch\\\\*")))
|
||||
elcord-boring-buffers-regexp-list `("^ "
|
||||
,(rx "*" (+ any) "*")
|
||||
,(rx bol (or "Re: "
|
||||
"Fwd: ")))))
|
||||
#+end_src
|
||||
|
||||
*** Enime
|
||||
|
Loading…
Reference in New Issue
Block a user