mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(emacs): some termux changes
This commit is contained in:
parent
87626e0539
commit
5fe019fbd5
2 changed files with 4 additions and 4 deletions
|
|
@ -808,10 +808,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))
|
||||
|
||||
|
|
|
|||
|
|
@ -1325,10 +1325,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