diff options
| author | 2026-07-29 10:50:01 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 6ef05caea6772e3f85df25b58ddd824424a71380 (patch) | |
| tree | 4db1b06a8131ab0ced22556720b690839662a14d /emacs | |
| parent | 226caa3a44c42b19a3153b0d43ed82e674fa4777 (diff) | |
| download | new-dotfiles-6ef05caea6772e3f85df25b58ddd824424a71380.tar.gz new-dotfiles-6ef05caea6772e3f85df25b58ddd824424a71380.zip | |
emacs: Set wakatime path for Macos
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 6f96aad..d780c1e 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -883,5 +883,7 @@ I run my own [[https://wakapi.dev/][Wakapi]] instance to track my coding time. #+begin_src emacs-lisp (use-package wakatime-mode :init - (global-wakatime-mode)) + (global-wakatime-mode) + :custom + (wakatime-cli-path "/opt/homebrew/bin/wakatime-cli")) #+end_src |
