gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Mastodon version 1.0.1


From: ELPA update
Subject: [NonGNU ELPA] Mastodon version 1.0.1
Date: Wed, 30 Aug 2023 17:04:05 -0400

Version 1.0.1 of package Mastodon has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Mastodon describes itself as:

  ====================================================
  Client for fediverse services using the Mastodon API
  ====================================================

More at https://elpa.nongnu.org/nongnu/mastodon.html

## Summary:




  1 README
  ════════

    `mastodon.el' is an Emacs client for the AcitivityPub social networks
    that implement the Mastodon API. For info see [joinmastodon.org].


  [joinmastodon.org] <https://joinmastodon.org/>

  1.1 Installation
  ────────────────

    Clone this repository and add the lisp directory to your load path.
    Then, require it and go.

    ┌────
    │ (add-to-list 'load-path "/path/to/mastodon.el/lisp")
    │ (require 'mastodon)
    └────

    Or, with `use-package':

    ┌────
    │ (use-package mastodon
    │   :ensure t)
    └────

    The minimum Emacs version is now 27.1. But if you are running an older
    version it shouldn't be very hard to get it working.


  1.1.1 MELPA
  ╌╌╌╌╌╌╌╌╌╌╌

    Add `MELPA' to your archives:

## Recent NEWS:

[Not available 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]