[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Syntax-Highlighting für C++ mit emacs?



Hallo,
ich stelle den Font in .emacs ein, klappt prima:

(setq default-frame-alist
      '((background-color . "floral white")
        (cursor-color . "red")
        (width . 80)
        (height . 68)
(font . "-*-lucidatypewriter-medium-*-*-*-12-*-*-*-*-*-*-*") (foreground-color . "black")
        (menu-bar-lines . 1)))


Das hat geklappt! Besten Dank!

Gruss
Alex




Reply to: