aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 25d0f7d1a40e15e26d3df85fb38ff00858971e63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#+TITLE: tekuti-el
#+SUBTITLE: Emacs interface to tekuti
#+OPTIONS: num:nil

This project is meant to help make posting and maintaining blog posts from Emacs to [[https://wingolog.org/projects/tekuti/][tekuti]].

* Installation

If you want to try out this project, you can install it in Emacs through ELPA by adding the development archive for this project into your =package-archives=:

#+begin_src emacs-lisp
  (add-to-list 'package-archives
               '("tekuti-el"
                 . "https://ryuslash.srht.site/tekuti/elpa/"))
#+end_src

Then run =list-packages= in Emacs and the package should pop up.