Improve documentation
This commit is contained in:
parent
453183cad5
commit
4be6f64915
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue