doomemacs/modules/tools/wakatime
Henrik Lissner 05303c0fdb
💥 Rethink core hook order & naming
- doom-post-init-hook was renamed doom-init-modules-hook
- doom-init-hook was renamed doom-before-init-modules-hook
- doom-init-modules-hook now runs before the user's config.el is run
- Moved doom-init-ui-hook to run later (on window-setup-hook rather than
  emacs-startup-hook).

Yield a modest improvement in startup times.
2019-03-04 20:47:26 -05:00
..
autoload.el 💥 Rethink core hook order & naming 2019-03-04 20:47:26 -05:00
packages.el Add :tools wakatime module 2018-06-08 13:08:38 +02:00
README.org tools/wakatime: add README 2019-01-05 20:02:47 -05:00

tools/wakatime

Description

This module integrates wakatime into Emacs.

Module Flags

This module provides no flags.

Plugins

  • wakatime-mode

Prerequisites

This module requires an account and API key from wakatime.com.

Run M-x +wakatime/setup to set things up.

Configuration

Obfuscate project file names

(setq +wakatime-hide-filenames t)

This will hide what files and folders you're working in from prying eyes on your profile.