Compare commits

..

No commits in common. "3a9d7b107335ffd0cf286dbb2b06f09b62b3a328" and "2bae1a2ea6f843dc830bc7989292abdda48f1a47" have entirely different histories.

3 changed files with 7 additions and 5 deletions

View File

@ -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))

View File

@ -57,9 +57,6 @@
(setq which-key-idle-delay 0.25)
(setq company-idle-delay 0.1)
;; speed-type
(use-package! speed-type)
;; load
(load! "+projects")
(load! "+smudge")

View File

@ -48,10 +48,9 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! speed-type :pin "5ef695f7159aa1f20c7c9e55f0c39bcdacce8d21")
(package! ghq :pin "582bd6daa505d04c7cc06d6c82ed8aee0624bfbe")
(package! smudge :pin "9e3488f485b7d7f3c97ebaad34ed552bb0cc228a")
(package! wakatime-mode :pin "0f94ac2dd4fa125fc5f152700779edce75a6b03b")
(package! elfeed :pin "162d7d545ed41c27967d108c04aa31f5a61c8e16")
(package! elfeed-protocol :pin "d2e22f5506bc75dbf4ca42ac87257fd1b259dd66")