epithet icon indicating copy to clipboard operation
epithet copied to clipboard

Emacs package to rename buffers with descriptive names

Results 5 epithet issues
Sort by recently updated
recently updated
newest added

# Steps to reproduce 1. launch `emacs -Q` 2. execute the following ```emacs (progn (add-to-list 'load-path "~/.emacs.d/lib/epithet") (require 'epithet) (add-hook 'help-mode-hook #'epithet-rename-buffer)) ``` 3. Type M-x describe-bindings RET Expected: You...

# The problem: If I open the same link with `eww` twice, it opens two buffers to the same site. I.e., `*eww*`, `*eww*`, and so on. # Thoughts: I'm not...

To fix https://github.com/oantolin/epithet/issues/3, the commit https://github.com/oantolin/epithet/commit/9d0707c8c70c06fee82c6b06417d27aacbbd5e76 was pushed. This commit includes this new code: ``` (eq (car help-xref-stack-item) 'describe-bindings) ``` This expression returns `nil` for me because `(car help-xref-stack-item)` is...

It would be nice to add this package to a package archive such as MELPA.