diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 02:26:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 02:26:42 -0300 |
commit | 4c7bdd18e5a2ab2dcfb11e679dabb1d723a1a007 (patch) | |
tree | 83cc292774568548bfae5a5f7fb231ce8278ed85 | |
parent | TODOs.org (diff) | |
download | dotfiles-4c7bdd18e5a2ab2dcfb11e679dabb1d723a1a007.tar.gz dotfiles-4c7bdd18e5a2ab2dcfb11e679dabb1d723a1a007.tar.xz |
Tag NEXT with red instead of orange
Diffstat (limited to '')
-rw-r--r-- | spacemacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index 6e7697c..d90fba8 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -737,7 +737,7 @@ This is the place where most of your configurations should be done. Unless it is ("WAITING" . (:foreground "white" :weight bold)) ("MEETING" . (:foreground "white" :weight bold)) - ("NEXT" . (:foreground "orange" :weight bold)) + ("NEXT" . (:foreground "red" :weight bold)) ("CANCELLED" . (:foreground "green" :weight bold)) ("DONE" . (:foreground "green" :weight bold))) |