aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/modules/config.org4
1 files 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")))