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

Re: Re: emacs syntax colorizing only comments and strings in ruby-mode



Adam-

Your code worked!

Upon further investigation I found that I had this in my .emacs:

(setq global-font-lock-mode t)  ;; WRONG!

Replacing it with this (per your suggetion) solved my problem:

(global-font-lock-mode t)

Thanks so much!
David




Reply to: