Editing TaskJuggler files with Emacs

April 2010


TaskJuggler is a great OS planning tool. I would like to edit its input with Emacs, and and Emacs mode for it is available! All I have to do is fetch it, put it in ~/.emacs.d and edit ~/.emacs:

  <snip>
(add-to-list 'load-path "~/.emacs.d/")

(require 'taskjuggler-mode)