From a39942ef1f3365d302a716e6970cb3dfd95fe0be Mon Sep 17 00:00:00 2001 From: "A. Chavali" Date: Fri, 20 Dec 2019 19:59:25 +0000 Subject: ~made wakatime a config package, not a module Wakatime is so easy to configure there's basically no point to it being a module. Thus, I ported it to the config. --- doom.d/packages.el | 1 + 1 file changed, 1 insertion(+) (limited to 'doom.d/packages.el') diff --git a/doom.d/packages.el b/doom.d/packages.el index d02fb33..6c40806 100644 --- a/doom.d/packages.el +++ b/doom.d/packages.el @@ -8,6 +8,7 @@ ; General (package! elcord) ; to flex (package! wttrin) ; weather in emacs? yes please +(package! wakatime-mode) ; wakatime ; Coding (package! counsel-etags) ; tags are cool (package! py-yapf) ; formatting -- cgit v1.2.3-13-gbd6f