From 9786da3a094dc26e8d6d096ac0df247b9177a42b Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sun, 8 Aug 2021 00:03:45 +0200 Subject: [PATCH] Add ement.el to emacs Signed-off-by: Magic_RB --- .../modules/emacs/.emacs.d/org/base.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nix/home-manager/modules/emacs/.emacs.d/org/base.org b/nix/home-manager/modules/emacs/.emacs.d/org/base.org index 01858e5..ade9a21 100644 --- a/nix/home-manager/modules/emacs/.emacs.d/org/base.org +++ b/nix/home-manager/modules/emacs/.emacs.d/org/base.org @@ -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.