Skip to content

ag91/writer-word-goals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Writer word goals

This is a simple mode that lets you set a number of words you would like to write in the current Emacs buffer and periodically indicates how well you are doing. It congratulates you when you reach your goal.

The only fancy feature is that the count is keeps track of the countdown by buffer, so you can have multiple goals running simultaneously if you would like to challenge yourself.

You can use wwg-mode to set your own goal, it defaults to 1000 words if you don’t input a number (as Walter Mosley would suggest).

A blog about the story behind this mode: https://ag91.github.io/blog/2021/01/21/have-you-writer-ambitions-write-a-little-write-everyday-and-let-emacs-be-your-coach

Setup

You can setup this package by:

(add-to-list 'load-path "<your-path>/writer-word-goals")
(require 'wwg)

Or if you use use-package:

(use-package wwg
  :load-path "<your-path>/writer-word-goals")

Release Checklist

Set a goal of 1k words a day

Set a goal for your editing sessions

About

A countdown for your writing word goals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published