blob: a4f124d1a26163ffa05363918b95235ff266989a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* 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
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 counsel.
See also my [[https://jao.io/cgit/emacs][emacs custom files]].
|