Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jedthehumanoid committed May 17, 2011
1 parent 081afc9 commit ab5998c
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
Taskpaper major mode for emacs.
Simple Taskpaper major mode for emacs.

Put taskpaper.el file somewhere (for instance in ~/emacs.d/taskpaper.el)
In .emacs, add:
(load-file "~/taskpaper.el/taskpaper.el")
(require 'taskpaper-mode)
Load taskpaper-mode when you are in a buffer editing a taskpaper textfile
Put taskpaper.el file somewhere (for instance in ~/emacs.d/taskpaper.el)
In .emacs, add:
(load-file "~/taskpaper.el/taskpaper.el")
(require 'taskpaper-mode)

M-x taskpaper-mode to activate, or in .emacs:
(add-to-list 'auto-mode-alist '("\\.taskpaper\\'" . taskpaper-mode))
for files with .taskpaper extension

Keyboard shortcuts:

S-return Focus project under cursor
S-backspace Back to all projects
C-c l Chose project from list
C-c d Toggle done state

0 comments on commit ab5998c

Please sign in to comment.