Align formatting
This commit is contained in:
parent
4e13f8a7f1
commit
bf2ad803e6
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@
|
|||
"Taskwarrior mode face used for tasks with a priority of C.")
|
||||
|
||||
(setq taskwarrior-highlight-regexps
|
||||
`(("^[0-9]*" . font-lock-variable-name-face)
|
||||
("([0-9.]*?)" . font-lock-builtin-face)
|
||||
("\\[.*\\]" . font-lock-preprocessor-face)
|
||||
`(("^[0-9]*" . font-lock-variable-name-face)
|
||||
("([0-9.]*?)" . font-lock-builtin-face)
|
||||
("\\[.*\\]" . font-lock-preprocessor-face)
|
||||
("[:space:].*:" . font-lock-function-name-face)))
|
||||
|
||||
(defvar taskwarrior-mode-map nil "Keymap for `taskwarrior-mode'")
|
||||
|
|
Loading…
Reference in a new issue