[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-column face
From: |
Bastien |
Subject: |
Re: [O] org-column face |
Date: |
Wed, 04 Jan 2012 11:32:44 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Hi Michael,
Michael Brand <address@hidden> writes:
> (set-frame-font "DejaVu Sans Mono-12")
> (add-to-list 'load-path "/f/git/org-mode/lisp/")
> (require 'org-install)
> (require 'org)
>
> Now I am a bit confused why the above works but not
>
> (add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-12"))
What about (add-to-list 'initial-frame-alist '(font . "DejaVu Sans Mono-12"))
?
`initial-frame-alist' is for the first frame, `default-frame-alist' for
the ones that are created later one. Just a guess.
HTH,
--
Bastien