emacs non legge il .emacs
Inviato: ven 29 feb 2008, 11:41
Come da oggetto, quando avvio emacs sembra che non vada a leggermi il file .emacs nella mia home, in quanto non mi mantiene mai le opzioni che salvo quando lo uso
.
Se può essere utile, posto il mio file .emacs
Ringrazio già in anticipo chi mi voglia dare una mano 
Se può essere utile, posto il mio file .emacs
Codice: Seleziona tutto
(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
'(case-fold-search t)
'(current-language-environment "Italian")
'(default-input-method "italian-postfix")
'(global-font-lock-mode t nil (font-lock)))
(custom-set-faces
;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
;; Your init file should contain only one such instance.
)
(setq auto-mode-alist
(append '(("\.sgml$" . sgml-mode))
auto-mode-alist))