mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Merge branch 'master' of github.com:SqrtMinusOne/dotfiles
This commit is contained in:
commit
45cc0e249d
2 changed files with 4 additions and 4 deletions
|
|
@ -809,10 +809,10 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
|
|||
|
||||
(use-package wakatime-mode
|
||||
:straight (:host github :repo "SqrtMinusOne/wakatime-mode")
|
||||
:if (not (or my/is-termux my/remote-server))
|
||||
:if (not (or my/remote-server))
|
||||
:config
|
||||
(setq wakatime-ignore-exit-codes '(0 1 102))
|
||||
(advice-add 'wakatime-init :after (lambda () (setq wakatime-cli-path "/home/pavel/bin/wakatime-cli")))
|
||||
(advice-add 'wakatime-init :after (lambda () (setq wakatime-cli-path (expand-file-name "~/bin/wakatime-cli"))))
|
||||
;; (setq wakatime-cli-path (executable-find "wakatime"))
|
||||
(global-wakatime-mode))
|
||||
|
||||
|
|
|
|||
|
|
@ -1326,10 +1326,10 @@ Before I figure out how to package this for Guix:
|
|||
#+begin_src emacs-lisp :noweb yes
|
||||
(use-package wakatime-mode
|
||||
:straight (:host github :repo "SqrtMinusOne/wakatime-mode")
|
||||
:if (not (or my/is-termux my/remote-server))
|
||||
:if (not (or my/remote-server))
|
||||
:config
|
||||
(setq wakatime-ignore-exit-codes '(0 1 102))
|
||||
(advice-add 'wakatime-init :after (lambda () (setq wakatime-cli-path "/home/pavel/bin/wakatime-cli")))
|
||||
(advice-add 'wakatime-init :after (lambda () (setq wakatime-cli-path (expand-file-name "~/bin/wakatime-cli"))))
|
||||
;; (setq wakatime-cli-path (executable-find "wakatime"))
|
||||
(global-wakatime-mode))
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue