diff options
author | jao <jao@gnu.org> | 2021-01-09 03:51:11 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-09 03:51:11 +0000 |
commit | a0494d99a208efabc3b4582e9724478e23a11848 (patch) | |
tree | bac0ed2d5bf2da0e388ea998021263feef0ee5bf | |
parent | 35c8a990dea3d81662aaaffdb25bd3bae4a2d0ab (diff) | |
download | elibs-a0494d99a208efabc3b4582e9724478e23a11848.tar.gz elibs-a0494d99a208efabc3b4582e9724478e23a11848.tar.bz2 |
readme tweaks
-rw-r--r-- | readme.org | 26 |
1 files changed, 14 insertions, 12 deletions
@@ -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. |