Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 595 Bytes

File metadata and controls

23 lines (14 loc) · 595 Bytes

showkey.el

a copy of showkey.el that's installable via use-package

About

This is a copy of showkey by Drew Adams. I put it in its own git repo so that it could be installed via use-package.

This minor mode provides a nice way to show what keys your pressing and what functions they're calling. It's useful for demonstration purposes.

Installation

(use-package showkey
  :vc (:url "https://github.com/g-gundam/showkey.el" :branch "main"))

This should work in Emacs 30+.