Skip to content

Commit

Permalink
Merge pull request kiwanami#78 from nishi-maki/clock
Browse files Browse the repository at this point in the history
plugin-clock: run-at-time every min with 0 sec
  • Loading branch information
kiwanami committed Nov 18, 2014
2 parents ce7f486 + 6290cdb commit fc65f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2wm.el
Expand Up @@ -2272,7 +2272,7 @@ string object to insert the imenu buffer."
(unless e2wm:def-plugin-clock-timer-handle
(setq e2wm:def-plugin-clock-timer-handle
(run-at-time
e2wm:def-plugin-clock-timer-interval
t
e2wm:def-plugin-clock-timer-interval
'e2wm:def-plugin-clock-timer))
(e2wm:message "WM: 'clock' update timer started."))
Expand Down

0 comments on commit fc65f26

Please sign in to comment.