Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dacap/keyfreq

Track Emacs commands frequency
https://github.com/dacap/keyfreq

Last synced: about 2 months ago
JSON representation

Track Emacs commands frequency

Awesome Lists containing this project

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))