mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
Add ement.el to emacs
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
a41181b2fe
commit
9786da3a09
|
@ -1245,6 +1245,21 @@ Add a ignore predicate, that will ignore any files which do not end in =.org= in
|
|||
(add-to-list 'treemacs-ignored-file-predicates #'magic_rb/treemacs-ginore-org-not-org)
|
||||
#+END_SRC
|
||||
|
||||
* Internet Stuff
|
||||
|
||||
** ement.el
|
||||
|
||||
=ement.el= is a Matrix client inside Emacs.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package plz
|
||||
:straight (plz :type git :host github :repo "alphapapa/plz.el"))
|
||||
|
||||
;; Install Ement.
|
||||
(use-package ement
|
||||
:straight (ement :type git :host github :repo "alphapapa/ement.el"))
|
||||
#+END_SRC
|
||||
|
||||
* Random Bits and Bobs
|
||||
|
||||
Set default major mode to org mode, it's much more useful than fundamental.
|
||||
|
|
Loading…
Reference in a new issue