Skip to content

Commit

Permalink
Add org-clock-convenience
Browse files Browse the repository at this point in the history
For easily adjusting clock in / out times etc
  • Loading branch information
alexmurray committed Jun 24, 2016
1 parent 4693ee7 commit 2a5e1e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,12 @@ Otherwise call `ediff-buffers' interactively."
;; assume idle after 5 minutes
:init (setq org-clock-idle-time 5))

(use-package org-clock-convenience
:ensure t
:bind (:map org-agenda-mode-map
("S-<up>" . org-clock-convenience-timestamp-up)
("S-<down>" . org-clock-convenience-timestamp-down)))

(use-package paradox
:ensure t
:commands (paradox-list-packages)
Expand Down

0 comments on commit 2a5e1e0

Please sign in to comment.