aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doom.d/config.org6
1 files changed, 2 insertions, 4 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index b133af9..a147bc8 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -154,11 +154,9 @@ A keybind and a routine
** Wakatime
#+BEGIN_SRC elisp
-(use-package! wakatime-mode
- :after-call pre-command-hook
- :config
+(after! wakatime-mode
(setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
- (setq wakatime-api-key (replace-regexp-in-string "\n" "" (shell-command-to-string "pass Keys/Wakatime")))
+ (setq wakatime-api-key (password-store-get "Keys/Wakatime"))
(global-wakatime-mode +1))
#+END_SRC
Using new password holder (pass) to help with secure transactions. Doing all