Hi,

I'm trying to set a different font for the dired mode. I would like to make everything appear in "fontset-monaco12". I've tried setting the faces (like dired-header), but that didn't work at all.

Then I've tried this:

(add-hook 'dired-mode-hook (lambda () (set-frame-font "fontset-monaco12")))

but the result was only that the buffer from which i called dired was displayed in monaco, but not the newly opened frame for dired. It's like the hook is called from the wrong context, with a different frame being the selected frame.

So I don't know what to do -- anyone have an idea?
Many thanks!



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to