SkillAgentSearch skills...

Keyfreq

Track Emacs commands frequency

Install / Use

/learn @dacap/Keyfreq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HOW TO USE IT?

Include the following lines in your .emacs file:

(require 'keyfreq)
(keyfreq-mode 1)
(keyfreq-autosave-mode 1)

And use keyfreq-show to see how many times you used a command.

How to exclude commands?

(setq keyfreq-excluded-commands
      '(self-insert-command
        forward-char
        backward-char
        previous-line
        next-line))

Related Skills

View on GitHub
GitHub Stars340
CategoryDevelopment
Updated1mo ago
Forks24

Languages

Emacs Lisp

Security Score

80/100

Audited on Mar 4, 2026

No findings