Skip to content

Commit

Permalink
Load and use org-checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 26, 2009
1 parent b72dd68 commit 9c528be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init-org.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(setq load-path (cons "~/.emacs.d/site-lisp/org-mode/lisp" load-path))
(setq load-path (cons "~/.emacs.d/site-lisp/org-mode/contrib/lisp" load-path))
(define-key global-map "\C-cl" 'org-store-link)
(define-key global-map "\C-ca" 'org-agenda)
(setq org-log-done t)
Expand All @@ -16,5 +17,8 @@
;; Removes clocked tasks with 0:00 duration
(setq org-clock-out-remove-zero-time-clocks t)

(eval-after-load "org"
'(require 'org-checklist))


(provide 'init-org)

0 comments on commit 9c528be

Please sign in to comment.