Aquamacs overrides my custom-set-faces options
- by Roberto Aloi
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.