parent
3bc8a72d58
commit
20819c0e1c
|
@ -17,3 +17,9 @@ projects in other locations.")
|
|||
magit-repository-directories project-locations))
|
||||
|
||||
(use-package! ghq)
|
||||
|
||||
(use-package! wakatime-mode
|
||||
:config
|
||||
(setq wakatime-cli-path "~/.wakatime/wakatime-cli")
|
||||
|
||||
(global-wakatime-mode))
|
||||
|
|
|
@ -50,3 +50,4 @@
|
|||
;(unpin! t)
|
||||
(package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe")
|
||||
(package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a")
|
||||
(package! wakatime-mode :pin "0f94ac2dd4fa125fc5f152700779edce75a6b03b")
|
||||
|
|
Loading…
Reference in New Issue