From 93a8924d85363f4a91dffeb20fa504a67cfcf771 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 16 Jun 2020 06:39:15 +0200 Subject: [PATCH] Remove wakatime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I want to do this for a while, as it’s pretty useless. I can’t even brag by the numbers :D --- configuration.org | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configuration.org b/configuration.org index 9b15cfd..e5747e5 100644 --- a/configuration.org +++ b/configuration.org @@ -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