Skip to content

Commit

Permalink
minor fixes to documentation (file header)
Browse files Browse the repository at this point in the history
  • Loading branch information
avillafiorita committed May 25, 2012
1 parent c257f08 commit 544a3cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion todotxt-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@
;;;
;;; M-x todotxt-mode
;;; M-x describe-mode

;;;
;;; For some more customization:
;;;
;;; (setq todotxt-default-file (expand-file-name "<<WHERE YOUR TODO FILE LIVES>>"))
;;; (define-key global-map "\C-ct" 'todotxt-add-todo)
;;; (define-key global-map "\C-co" 'todotxt-open-file)
;;;

(defvar todotxt-mode-map nil "Keymap for todotxt-mode")
(when (not todotxt-mode-map)
Expand Down

0 comments on commit 544a3cc

Please sign in to comment.