tools/wakatime: add README
This commit is contained in:
parent
9916025d5c
commit
e275c375fc
1 changed files with 35 additions and 0 deletions
35
modules/tools/wakatime/README.org
Normal file
35
modules/tools/wakatime/README.org
Normal file
|
@ -0,0 +1,35 @@
|
|||
#+TITLE: tools/wakatime
|
||||
#+DATE: June 7, 2018
|
||||
#+SINCE: v2.0.4
|
||||
#+STARTUP: inlineimages
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[Description][Description]]
|
||||
- [[Module Flags][Module Flags]]
|
||||
- [[Plugins][Plugins]]
|
||||
- [[Prerequisites][Prerequisites]]
|
||||
- [[Configuration][Configuration]]
|
||||
- [[Obfuscate project file names][Obfuscate project file names]]
|
||||
|
||||
* Description
|
||||
This module integrates [[https://wakatime.com][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
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq +wakatime-hide-filenames t)
|
||||
#+END_SRC
|
||||
|
||||
This will hide what files and folders you're working in from prying eyes on your
|
||||
profile.
|
Loading…
Add table
Add a link
Reference in a new issue