emacs.d

My emacs configuration, done in a literate programming fashion using org-mode

git clone git://git.shimmy1996.com/emacs.d.git
commit b113338c742257f5569553b73dac65464bb12c24
parent 4bf318e84abb33fe7dba3c7e6619e810112852db
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Mon, 22 Jan 2018 00:15:53 -0600

Add short description for keyfreq.

Diffstat:
MREADME.org | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -830,6 +830,7 @@ Since I use =helm=, I need to install additional support.
     (helm-projectile-on))
 #+END_SRC
 * Keyfreq
+Records command frequency. I am planning on adjusting my keyboard layout with this information.
 ** Installation
 Install =keyfreq=.
 #+BEGIN_SRC emacs-lisp