From 264de06b9696a773bbb8b63b162de255d0014f67 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 5 Jan 2020 22:49:54 +0000 Subject: ~Internal -> Package config, defer wakatime to pre-command-hook ~Package config is more fitting a name ~Wakatime should be deferred till after the first command is run --- doom.d/modules/config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index 0936a02..6baa243 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -37,7 +37,7 @@ Some quality of life things and others that I couldn't really put in one categor - Add libgen to search providers - Looking at my battery percentage isn't very necessary but still really cool * -* Internal Config +* Package Config ** Projectile #+BEGIN_SRC elisp (after! projectile @@ -76,7 +76,7 @@ A keybind and a routine ** Wakatime #+BEGIN_SRC elisp (use-package! wakatime-mode - :defer 1 + :after-call (pre-command-hook) :config (setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime")) (setq wakatime-api-key (replace-regexp-in-string "\n" "" (oreodave/password-store/get-password "Keys/Wakatime"))) -- cgit v1.2.3-13-gbd6f