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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Help!
When editing Ruby code, emacs syntax highlighting is only colorizing
strings and comments! Somehow I managed to hit some keys (in emacs)
that made the colorizing work correctly earlier today, but when I
quit and restarted emacs the nice colors went away.
I've tried removing my .emacs file.
2 matches
Mail list logo