summaryrefslogtreecommitdiffhomepage
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-01-09 03:51:11 +0000
committerjao <jao@gnu.org>2021-01-09 03:51:11 +0000
commita0494d99a208efabc3b4582e9724478e23a11848 (patch)
treebac0ed2d5bf2da0e388ea998021263feef0ee5bf /readme.org
parent35c8a990dea3d81662aaaffdb25bd3bae4a2d0ab (diff)
downloadelibs-a0494d99a208efabc3b4582e9724478e23a11848.tar.gz
elibs-a0494d99a208efabc3b4582e9724478e23a11848.tar.bz2
readme tweaks
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org26
1 files changed, 14 insertions, 12 deletions
diff --git a/readme.org b/readme.org
index f5dd516..c40ea97 100644
--- a/readme.org
+++ b/readme.org
@@ -1,17 +1,19 @@
* Elisp libraries
- - *themes* color themes based on Emacs builtin custom themes
- - *org* utilities for org-mode
- - *doc* opening documents (pdfs, mostly)
- - *media* utilities for music players and the like
- - *prog* utilities for compilation and programming modes
- - *net* utilities for networking (w3m, weather &c.)
- - *sys* generic utilities for external programs
- - *bmk* a web bookmark manager
+*** Sections
- Libraries in literate emacs lisp:
+ - [[./themes][themes]] color themes based on Emacs builtin custom themes
+ - [[org][org]] utilities for org-mode
+ - [[./doc][doc]] opening documents (pdfs, mostly)
+ - [[./media][media]] utilities for music players and the like
+ - [[./prog][prog]] utilities for compilation and programming modes
+ - [[./net][net]] utilities for networking (w3m, weather &c.)
+ - [[./sys][sys]] generic utilities for external programs
+ - [[./bmk][bmk]] a web bookmark manager
- - [[file:net/signel.org][Signel]] a simplistic Signal client, using the signal-cli java lib.
- - [[file:media/espotify.org][Espotify]] searching and playing Spotify using consult.
+ See also my [[https://jao.io/cgit/emacs][emacs custom files]].
- See also my [[https://jao.io/cgit/emacs][emacs custom files]].
+*** Libraries in literate emacs lisp:
+
+ - [[file:net/signel.org][Signel]] a simplistic Signal client, using the signal-cli java lib.
+ - [[file:media/espotify.org][Espotify]] searching and playing Spotify using consult.