Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
cancel and re-run idle timer on each run
  • Loading branch information
technomancy committed Aug 12, 2008
1 parent 808b2a4 commit c12297b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/conspire/support/conspire.el
Expand Up @@ -62,7 +62,8 @@
(shell-command (format "git add %s && git commit -m \"conspire\"" (shell-command (format "git add %s && git commit -m \"conspire\""
buffer-file-name))) buffer-file-name)))
(revert-buffer nil t) ;; revert resets local variables; heh (revert-buffer nil t) ;; revert resets local variables; heh
(setq conspire-mode t))) (cancel-timer conspire-timer)
(conspire-mode t)))


;;;###autoload ;;;###autoload
(define-minor-mode conspire-mode (define-minor-mode conspire-mode
Expand Down

0 comments on commit c12297b

Please sign in to comment.