fmqa / elisp-snippets

My collection of Emacs Lisp snippets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My collection of Emacs Lisp snippets

erc-ircfmt.el

transient.el-based UI for IRC formatting control codes.

Triggered via C-c q in erc-mode.

Foreground selection Background selection

Additionally, provides an erc-normalize module to normalize text yanked into the input prompt, transforming ERC text faces into IRC formatting codes.

erc-tts.el

Pipes Erc messages to a TTS program.

Use via M-x erc-tts-start. The "TTS program" must be a executable that reads lines to speak on STDIN and outputs sound to your system's preferred sound sink.

The TTS process can be stopped using M-x erc-tts-stop.

mpris2.el

Defines an interactive mpris2-yank-current-track function that inserts the current MPRIS2 track & artist name at point.

About

My collection of Emacs Lisp snippets

License:MIT License


Languages

Language:Emacs Lisp 100.0%