Skip to content

kvvba/pomorg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Pomorg is a simple pomodoro timer for Emacs, which uses the built-in org-clock.

Installation

To install using straight.el:

(straight-use-package
 '(pomorg :type git :host github :repo "kvvba/pomorg"))

To install with straight.el through leaf.el:

(leaf pomorg
  :straight (pomorg
             :type git
             :host github
             :repo "kvvba/pomorg"))

Otherwise, clone this repository somewhere and add it to your load path.

(add-to-list 'load-path "your/load/path")
(require 'pomorg)

Example configuration

(leaf pomorg
  :straight (pomorg
             :type git
             :host github
             :repo "kvvba/pomorg")
  :config
  (setq pomo-time-work "00:20:00")
  (setq pomo-time-break "00:05:00")
  (setq pomo-time-long-break "00:10:00")
  (setq pomo-long-break-interval 5))

About

Pomodoro timer for Emacs using org-clock

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published