Aquamacs overrides my custom-set-faces options
Posted
by Roberto Aloi
on Super User
See other posts from Super User
or by Roberto Aloi
Published on 2010-06-16T09:00:20Z
Indexed on
2010/06/16
9:03 UTC
Read the original article
Hit count: 223
I've just installed Aquamacs on my Mac.
I have a .emacs file in my home, which contains all my customizations. Among these, I have a:
(custom-set-faces
...
)
set of lines, which seems not to be applied automatically.
If I select the lines from the .emacs and manually evaluate them, everything works fine. My guess is that these options are overridden in some other place.
How can I debug this? Where should I set my custom faces?
Thanks guys.
© Super User or respective owner