(global-font-lock-mode t) (add-hook 'font-lock-mode-hook '(lambda () (make-face 'comment-face) (set-face-foreground 'comment-face "bisque1") (setq font-lock-comment-face 'comment-face) ))