fix(wakatime): set correct executable for wakatime in Emacs
deploy / deploy (push) Waiting to run

This commit is contained in:
2026-07-25 15:20:10 +02:00
parent a46efb3e3f
commit 5a2a042079
+3 -1
View File
@@ -1734,7 +1734,9 @@ buffer.
(use-package wakatime-mode (use-package wakatime-mode
:defer t :defer t
:straight (:build t) :straight (:build t)
:init (global-wakatime-mode)) :init (global-wakatime-mode)
:config
(setq wakatime-cli-path (executable-find "wakatime-cli")))
#+end_src #+end_src
** Wttr.in ** Wttr.in