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 ;; Setup a major mode for taskwarrior
;;;###autoload ;;;###autoload
(define-derived-mode taskwarrior-mode text-mode "taskwarrior" (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 font-lock-defaults '(taskwarrior-highlight-regexps))
(setq goal-column 0) (setq goal-column 0)
(auto-revert-mode) (auto-revert-mode)
(setq buffer-read-only t)) (setq buffer-read-only t))
;;; externally visible functions ;;; Externally visible functions
;;;###autoload ;;;###autoload
(defun taskwarrior () (defun taskwarrior ()
"Open the taskwarrior buffer. If one already exists, bring it to "Open the taskwarrior buffer. If one already exists, bring it to