diff options
-rw-r--r-- | init-el.org | 19 |
1 files 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 <<cicadas-bepasty>> ;;<<cicadas-scpaste>> ;; <<mu4e-config>> +<<mastodon-config>> #+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 |