Skip to content

Commit

Permalink
Make it possible to restart after stopped.
Browse files Browse the repository at this point in the history
  • Loading branch information
dram committed Sep 3, 2012
1 parent e97c6e4 commit 0edf1ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions running-life.el
Expand Up @@ -135,8 +135,8 @@
(if running-life-global-mode-line (if running-life-global-mode-line
(set-default 'mode-line-format (cons fmt mode-line-format)) (set-default 'mode-line-format (cons fmt mode-line-format))
(add-to-list 'mode-line-format fmt))) (add-to-list 'mode-line-format fmt)))
(running-life-start-work) (run-with-timer 0 1 'running-life-main-loop))
(run-with-timer 0 1 'running-life-main-loop))) (running-life-start-work))


(defun running-life-display-time-at-mode-line (label seconds) (defun running-life-display-time-at-mode-line (label seconds)
(setq running-life-mode-line (setq running-life-mode-line
Expand Down

0 comments on commit 0edf1ab

Please sign in to comment.