Skip to content
forked from dacap/keyfreq

Track Emacs commands frequency

Notifications You must be signed in to change notification settings

hrehfeld/keyfreq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Track Emacs commands frequency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%