Remove wakatime

I want to do this for a while, as it’s pretty useless.  I can’t even brag by the numbers :D
This commit is contained in:
Gergely Polonkai 2020-06-16 06:39:15 +02:00
parent 63ebf14650
commit 93a8924d85
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 0 additions and 12 deletions

View File

@ -2257,18 +2257,6 @@ requires connecting to a website and download a pretty large font file.
(neo-enter . gpolonkai/neo-set-theme))
#+END_SRC
** Waka-waka
This will be replaced with something self-hosted, eventually.
#+BEGIN_SRC emacs-lisp
(use-package wakatime-mode
:custom
(wakatime-cli-path (executable-find "wakatime"))
:config
(global-wakatime-mode t))
#+END_SRC
** Jump to character, word, line
#+BEGIN_SRC emacs-lisp