X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=project.el;h=7211395698bf0ebb8cd33dc858a52acaa1421a8a;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=95d7cb42c19586dc3e6ee5f10180a8146a881c9b;hpb=ef0a3583fc76292d631de6a4a5cad4a432351ac8;p=senf.git diff --git a/project.el b/project.el index 95d7cb4..7211395 100644 --- a/project.el +++ b/project.el @@ -77,4 +77,6 @@ is ignored (Those are the file local variables and local words)." ;; Better set this here than in the file variables since the setting ;; is only valid if project.el is loaded ... +(set (make-local-variable 'ispell-personal-dictionary) + (expand-file-name "senf.dict" ccide-project-root)) (flyspell-cc-mode)