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

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

Change startup dictonary for ispell?


From: Paminu
Subject: Change startup dictonary for ispell?
Date: Thu, 29 Dec 2005 22:47:22 +0100
User-agent: KNode/0.10

I use emacs as my editor. I would like it to always use danish dictionary so
I have tried the following in my .emacs file:

;; Flyspell Mode
(setq-default aspell-program-name "ispell")
(setq ispell-dictionary "dansk")
(add-hook 'text-mode-hook 'flyspell-mode)

I have also tried:

;; Flyspell Mode
(setq-default aspell-program-name "aspell")
(setq ispell-dictionary "dansk")
(add-hook 'text-mode-hook 'flyspell-mode)

but nothing helps I still have to manually change the dictionary to danish
in emacs.

Hope someone can help!


reply via email to

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