On 12/14/2011 06:25 PM, sergio wrote:

> Why org-column has a different font, than default?

I just realized (thank to Nick, who answered personally to me), that if
I write:
(set-face-font 'default "terminus-10")
org-column uses this font, but I want to define default font so:
(setq default-frame-alist '(
...
        (font . "terminus-10")
...
))


-- 
sergio.

Reply via email to