help-gnu-emacs
[Top][All Lists]
Advanced

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

Emacs preferences.


From: vincent . marguerit
Subject: Emacs preferences.
Date: Mon, 16 Jul 2007 04:22:15 -0700
User-agent: G2/1.0

Hi,

I am under Mac OS X and and changed my .emacs file to this:

(add-hook 'text-mode-hook 'iso-accents-mode)
(set-terminal-coding-system 'latin-1)
(set-keyboard-coding-system 'latin-1)
(set-language-environment 'latin-1)
(set-foreground-color "wheat")
(set-background-color "DarkSlateGray")
(set-cursor-color "white")
(menu-bar-mode -1)
(scroll-bar-mode -1)
(global-font-lock-mode 1)
(require 'php-mode)
(add-hook 'php-mode-user-hook 'turn-on-font-lock)
(add-hook 'php-mode-user-hook
'(lambda () (define-abbrev php-mode-abbrev-table "ex" "extends")))

But it's not working properly!

Any idea why this is not working ?

To be sure I put .emacs in the right directory I did a vi ~/.emacs to
modify it.  I installed Aquaemacs.

Thanks,
Vincent.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]