~made wakatime-mode deferred
This commit is contained in:
@@ -69,7 +69,9 @@ A keybind and a routine
|
|||||||
|
|
||||||
** Wakatime
|
** Wakatime
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(after! wakatime-mode
|
(use-package! wakatime-mode
|
||||||
|
:defer 1
|
||||||
|
:config
|
||||||
(setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
|
(setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
|
||||||
(setq wakatime-api-key (password-store-get "Keys/Wakatime"))
|
(setq wakatime-api-key (password-store-get "Keys/Wakatime"))
|
||||||
(global-wakatime-mode +1))
|
(global-wakatime-mode +1))
|
||||||
|
|||||||
Reference in New Issue
Block a user