mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-14 19:19:29 +00:00
[emacs] Add ement.el customizations
This commit is contained in:
parent
3a15461d87
commit
de3ae1d49a
1 changed files with 4 additions and 1 deletions
|
@ -1253,7 +1253,10 @@ Prefer sending HTML-formatted messages with plain text as a fallback option
|
||||||
(setq +matrix--old-wconf nil)))
|
(setq +matrix--old-wconf nil)))
|
||||||
:config
|
:config
|
||||||
(when (modulep! :ui popup)
|
(when (modulep! :ui popup)
|
||||||
(set-popup-rule! "\\*Ement " :ignore t)))
|
(set-popup-rule! "\\*Ement " :ignore t))
|
||||||
|
:custom
|
||||||
|
(ement-room-prism 'both)
|
||||||
|
(ement-save-sessions t))
|
||||||
#+end_src
|
#+end_src
|
||||||
** Music
|
** Music
|
||||||
Configure EMMS for playing music files on my computer.
|
Configure EMMS for playing music files on my computer.
|
||||||
|
|
Loading…
Reference in a new issue