Add fediverse integration 🤯
This commit is contained in:
parent
bf8b65601b
commit
7cfb540149
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,6 +7,7 @@ config.el
|
||||||
elpa/*
|
elpa/*
|
||||||
emojis/*
|
emojis/*
|
||||||
fic-export-files/auto/*
|
fic-export-files/auto/*
|
||||||
|
mastodon.plstore
|
||||||
nohup.out
|
nohup.out
|
||||||
network-security.data
|
network-security.data
|
||||||
nov-places
|
nov-places
|
||||||
|
|
11
config.org
11
config.org
|
@ -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))))))
|
(markdown-header-face ((t (:inherit (default font-lock-function-name-face) :weight bold))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** =mastodon=
|
||||||
|
|
||||||
|
I’d just like to interject for a moment. What you’re 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=
|
** =minions=
|
||||||
|
|
||||||
Lists minor modes in a menu.
|
Lists minor modes in a menu.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue