X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=project.el;h=85fac8b8d6b7bc183e15f98fc49f3e74bdd79255;hb=5b2dbbd878b2d947c25e9affe015197b0ef1c813;hp=95d7cb42c19586dc3e6ee5f10180a8146a881c9b;hpb=ef0a3583fc76292d631de6a4a5cad4a432351ac8;p=senf.git diff --git a/project.el b/project.el index 95d7cb4..85fac8b 100644 --- a/project.el +++ b/project.el @@ -52,6 +52,8 @@ "// Free Software Foundation, Inc.,\n" "// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n")) +(set (make-local-variable 'ccide-project-name) "SENF") + (let ((local-conf (ccide-project-search-upwards "project-local.el"))) (if local-conf (load-file local-conf))) @@ -77,4 +79,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)