diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:49:54 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-01-05 22:49:54 +0000 |
commit | 264de06b9696a773bbb8b63b162de255d0014f67 (patch) | |
tree | 2da1b569cda670f0c50ca5dbed9f3baaca8565cb /doom.d | |
parent | fd0c0c43614d0d68cbae274e1b698d3f5443501a (diff) | |
download | dotfiles-264de06b9696a773bbb8b63b162de255d0014f67.tar.gz dotfiles-264de06b9696a773bbb8b63b162de255d0014f67.tar.bz2 dotfiles-264de06b9696a773bbb8b63b162de255d0014f67.zip |
~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
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/modules/config.org | 4 |
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"))) |