Minor tweaks to ement to make it prettier
This commit is contained in:
parent
9853d3f4ed
commit
770002c3bd
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ Perhaps we can make it more attractive:
|
|||
#+begin_src emacs-lisp
|
||||
(use-package ement
|
||||
:hook (ement-room-mode . ha-textual-litagures)
|
||||
:custom-face
|
||||
(ement-room-self-message ((t (:inherit variable-pitch :height 1.0))))
|
||||
(ement-room-message-text ((t (:inherit variable-pitch :height 1.1 :foreground "#f08c60"))))
|
||||
:init
|
||||
(setq ement-save-sessions t
|
||||
ement-room-send-message-filter 'ement-room-send-org-filter))
|
||||
|
|
Loading…
Reference in a new issue