[Emacs] Update ignored elcord buffers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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)
|
:straight (:built t)
|
||||||
:defer t
|
:defer t
|
||||||
:config
|
:config
|
||||||
(setq elcord-use-major-mode-as-main-icon t
|
(csetq elcord-use-major-mode-as-main-icon t
|
||||||
elcord-refresh-rate 5
|
elcord-refresh-rate 5
|
||||||
elcord-boring-buffers-regexp-list '("\\\\*Messages\\\\*"
|
elcord-boring-buffers-regexp-list `("^ "
|
||||||
"\\\\*scratch\\\\*")))
|
,(rx "*" (+ any) "*")
|
||||||
|
,(rx bol (or "Re: "
|
||||||
|
"Fwd: ")))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Enime
|
*** Enime
|
||||||
|
Loading…
Reference in New Issue
Block a user