[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Using '?' as a todo keyword?
From: |
suvayu ali |
Subject: |
Re: [O] Using '?' as a todo keyword? |
Date: |
Sun, 15 Apr 2012 01:34:04 +0200 |
Hi Filippo,
On Fri, Apr 13, 2012 at 22:28, Filippo A. Salustri <address@hidden> wrote:
> Later, during review, the '?'s stand out against the other alpha keywords,
> drawing my attention to them.
Maybe something like this will help.
(setq org-todo-keyword-faces
'(("DBUG" . (:background "gold" :foreground "indianred3" :weight bold))
("LEAK" . (:background "gold" :foreground "indianred3" :weight bold))
("SEGF" . (:background "gold" :foreground "indianred3" :weight bold))
("CNCL" . (:background "snow3" :foreground "black" :weight bold))
))
Of course you would need to change the keywords to what ever you use.
PS: I also don't like long keywords, so I keep them 4 characters long.
--
Suvayu
Open source is the future. It sets us free.
Re: [O] Using '?' as a todo keyword?, Samuel Wales, 2012/04/14