This package browser is in early development. Mind the rough edges.

emacs-epithet 0.1

Rename Emacs buffers with descriptive names

This package provides a function---epithet-rename-buffer---to rename the current buffer with a descriptive name. The name suggestion is governed by the epithet-suggesters hook variable: each hook should return either a name suggestion or nil, they are called in turn and the first non-nil suggestion is taken.

Installation

Install emacs-epithet 0.1 as follows:

guix install emacs-epithet@0.1

Or install the latest version:

guix install emacs-epithet

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.