diff options
-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. |