From a983ed57703ad606ca9ab57e63e9a40748472c93 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 2 Aug 2022 08:39:07 -0500 Subject: [add] mastodon config --- init-el.org | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/init-el.org b/init-el.org index f8ec23a..8577686 100644 --- a/init-el.org +++ b/init-el.org @@ -696,8 +696,7 @@ So, to use this file for the very first time you must (halloweenie-cateyes "#ffde38") (halloweenie-evileyes "#FF1F1F")) - ( - (default (:foreground halloweenie-bone :background halloweenie-pitch) :weight 'semi-bold) + ((default (:foreground halloweenie-bone :background halloweenie-pitch) :weight 'semi-bold) (error (:foreground halloweenie-evileyes :weight 'semi-bold)) (cursor (:background halloweenie-slime)) (region (:background "black")) @@ -768,8 +767,24 @@ So, to use this file for the very first time you must <> ;;<> ;; <> +<> #+end_src +** Mastodon + +#+name: mastodon-config +#+begin_src elisp :noweb no-export :results none + +(package-install 'mastodon) + +(require 'mastodon) + +(setq mastodon-instance-url "https://mastodon.sdf.org" + mastodon-active-user "antisphex") + +#+end_src + + ** ERC ERC is an IRC client that is built into Emacs. You can use it to -- cgit v1.2.3