From bf2ad803e60739f4c85f94640993c7ee20a5ed05 Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Fri, 11 Jan 2019 20:42:20 +0100 Subject: [PATCH] Align formatting --- taskwarrior.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taskwarrior.el b/taskwarrior.el index 947704d..4eb86ce 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -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'")