Add fediverse integration 🤯

master
trémeur 10 months ago
parent bf8b65601b
commit 7cfb540149

1
.gitignore vendored

@ -7,6 +7,7 @@ config.el
elpa/*
emojis/*
fic-export-files/auto/*
mastodon.plstore
nohup.out
network-security.data
nov-places

@ -412,6 +412,17 @@ I kind of hate markdown but I still have to use it sometimes.
(markdown-header-face ((t (:inherit (default font-lock-function-name-face) :weight bold))))))
#+END_SRC
** =mastodon=
Id just like to interject for a moment. What youre referring to as Mastodon is in fact the fediverse (i.e., in this case, Pleroma).
#+BEGIN_SRC emacs-lisp
(unless (string-equal system-type "android")
(use-package mastodon
:config
(setq mastodon-instance-url "https://ple.praze.net")))
#+END_SRC
** =minions=
Lists minor modes in a menu.

Loading…
Cancel
Save