-wakatime

No need to send my shit elsewhere, I'll handle timing myself if
necessary. I really don't use this service anymore, and honestly it's
more of a hassle than needed.
This commit is contained in:
AChavali
2020-02-08 13:08:56 +00:00
parent 9166757080
commit 116cfec811
3 changed files with 1 additions and 20 deletions

View File

@@ -244,9 +244,7 @@
(cons 320 "#6f4e52") (cons 320 "#6f4e52")
(cons 340 "#5B6268") (cons 340 "#5B6268")
(cons 360 "#5B6268"))) (cons 360 "#5B6268")))
'(vc-annotate-very-old-color nil) '(vc-annotate-very-old-color nil))
'(wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
'(wakatime-python-bin nil))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

View File

@@ -73,17 +73,6 @@ A keybind and a routine
- Routine sets up the panes that I like to use, instead of having to M-x'ing it - Routine sets up the panes that I like to use, instead of having to M-x'ing it
- *<SPC>cD* starts up the routine - *<SPC>cD* starts up the routine
** Wakatime
#+BEGIN_SRC elisp
(use-package! wakatime-mode
:after-call (pre-command-hook)
:config
(setq wakatime-cli-path (expand-file-name "~/.local/bin/wakatime"))
(setq wakatime-api-key (replace-regexp-in-string "\n" "" (oreodave/password-store/get-password "Keys/Wakatime")))
(global-wakatime-mode +1))
#+END_SRC
Using new password holder (pass) to help with secure transactions. Doing all
other stuff as well, cos Henrik may remove the Wakatime module.
** Elfeed ** Elfeed
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(after! elfeed (after! elfeed

View File

@@ -20,12 +20,6 @@ show just *how* much Emacs can do to someone.
#+BEGIN_SRC elisp #+BEGIN_SRC elisp
(package! wttrin) (package! wttrin)
#+END_SRC #+END_SRC
** wakatime
Tracking my time to meet certain goals, maybe keep myself on a project for
longer than I would otherwise, and also to just do some analysis when I'm bored
#+BEGIN_SRC elisp
(package! wakatime-mode)
#+END_SRC
** powerthesaurus ** powerthesaurus
Thesaurus for Emacs, amazingly useful. I do know that doom has it's own Thesaurus for Emacs, amazingly useful. I do know that doom has it's own
dictionary and thesaurus module, but I wish to use my own cos I have very dictionary and thesaurus module, but I wish to use my own cos I have very