Improve documentation

This commit is contained in:
Patrick Winter 2018-10-04 18:37:14 +02:00
parent 453183cad5
commit 4be6f64915

View file

@ -60,13 +60,13 @@
;; Setup a major mode for taskwarrior
;;;###autoload
(define-derived-mode taskwarrior-mode text-mode "taskwarrior"
"Major mode for working with taskwarrior. \\{taskwarrior-mode-map}"
"Major mode for interacting with taskwarrior. \\{taskwarrior-mode-map}"
(setq font-lock-defaults '(taskwarrior-highlight-regexps))
(setq goal-column 0)
(auto-revert-mode)
(setq buffer-read-only t))
;;; externally visible functions
;;; Externally visible functions
;;;###autoload
(defun taskwarrior ()
"Open the taskwarrior buffer. If one already exists, bring it to