Trr is a typing training software on GNU Emacs.
Download from GitHub:
$ git clone https://github.com/kawabata/emacs-trr.git ~/.emacs-trr
Add below in your emacs config file (~/.emacs
or ~/.emacs.d/init.el
):
(add-to-list 'load-path "~/.emacs-trr") (require 'trr) ;; (setq trr-japanese t) ;; uncomment this to play with Japanese mode
If you're El-Get user, just add below in your emacs config file:
(el-get-bundle kawabata/emacs-trr)
Or MELPA user, just type bellow command in emacs
M-x package-refresh-contents M-x package-install trr
Run below to play trr:
$ emacs -f trr
Copyright (C) 1996 YAMAMOTO Hirotaka <ymmt@is.s.u-tokyo.ac.jp>
Released under GNU Emacs General Public License