Emacs: aLtCaPs version 1.3.0
This version does not include any user-facing changes. I made some internal refinements and ensured everything works as expected. Just use the sample configuration to get started:
(use-package altcaps
:ensure t
:bind
("C-x C-a" . altcaps-dwim)
:config
;; Optionally force letter casing for certain characters (for legibility).
(setq altcaps-force-character-casing
'(("i" . downcase)
("l" . upcase))))
About altcaps
The altcaps
package is a small, focused-in-scope tool that helps
users communicate mockery or sarcasm effectively. It does this by
alternating the letter casing of characters in the words it affects.
- Package name (GNU ELPA):
altcaps
- Official manual: https://protesilaos.com/emacs/altcaps
- Change log: https://protesilaos.com/emacs/altcaps-changelog
- Git repositories:
- Backronyms: Alternating Letters Transform Casual Asides to Playful Statements. ALTCAPS Lets Trolls Convert Aphorisms to Proper Shitposts.