doomemacs/modules/tools/wakatime
Henrik Lissner a05b1877be
Rewrite switch-{buffer,window} hooks
+ Add doom-switch-frame-hook
+ Replace doom-{enter,exit}-{buffer,window}-hook with
  doom-switch-{buffer,window}-hook
+ New switch-buffer hooks run on buffer-list-update-hook rather than
  in select-window advice.
+ Blank our buffer-list-update-hook in some places to reduce how many
  times it gets triggered.
2019-03-08 02:37:33 -05:00
..
autoload.el Rewrite switch-{buffer,window} hooks 2019-03-08 02:37:33 -05:00
packages.el
README.org

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.