File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ require('orgmode').setup({
75
75
org_todo_keyword_faces = {
76
76
WAITING = ' :foreground blue :weight bold' ,
77
77
DELEGATED = ' :background #FFFFFF :slant italic :underline on' ,
78
- TODO - ' :background #000000 :foreground red' , -- overrides builtin color for `TODO` keyword
78
+ TODO = ' :background #000000 :foreground red' , -- overrides builtin color for `TODO` keyword
79
79
}
80
80
})
81
81
```
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Full configuration example with additional todo keywords and their colors:
181
181
org_todo_keyword_faces = {
182
182
WAITING = ':foreground blue :weight bold',
183
183
DELEGATED = ':background #FFFFFF :slant italic :underline on',
184
- TODO - ':background #000000 :foreground red', -- overrides builtin color for `TODO` keyword
184
+ TODO = ':background #000000 :foreground red', -- overrides builtin color for `TODO` keyword
185
185
}
186
186
})
187
187
<
You can’t perform that action at this time.
0 commit comments