davidmiller / pony-mode

Django mode for emacs
Other
149 stars 32 forks source link

Files-x not included in Ubuntu Emacs installation #24

Closed davidmiller closed 12 years ago

davidmiller commented 12 years ago

Re: http://stackoverflow.com/questions/8077240/how-to-install-pony-mode-for-django-in-emacs/8081259#8081259

It turns out that files-x is not included in the default apt-get install emacs /lisp directory - requiring it may not be such a good idea.

IIRC it's only used for the interactive make-custom-project dir locals functionality.

Test for existence of files-x and only define that function if it's available.