Skip to content

leathekd/cloud-to-butt-erc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

cloud-to-butt-erc

In the spirit of the cloud-to-butt extension for Chrome here is a cloud-to-butt module for ERC. This will replace all instances of the phrase ‘the cloud’ with ‘my butt’. Also, by default, as this is interpersonal communication, the replaced instances are surrounded by the ~ character so there is less confusion about why people keep mentioning their butts.

You can disable this behavior with:

(setq cloud-to-butt-replacement-decoration "")

Installation

Via Package.el (recommended)

Add Marmalade or Melpa as a package archive source in ~/.emacs.d/init.el:

(require 'package)
(add-to-list 'package-archives
             '("marmalade" . "http://marmalade-repo.org/packages/") t)
(package-initialize)

or

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)

Then you can install it:

M-x package-refresh-contents
M-x package-install RET cloud-to-butt-erc RET

Manually (via git)

Download the source or clone the repo and add the following to ~/.emacs.d/init.el:

(add-to-list 'load-path "path/to/cloud-to-butt-erc")
(require 'cloud-to-butt-erc)

About

Replaces 'the cloud' with 'my butt' in ERC conversations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published