Dear all,
I have the following line in my ~/.emacs:
(setq lisp-indent-function 'common-lisp-indent-function)
This causes all lisp files to use common-lisp indent style. However all elisp files out there are using the default indent which will cause inconvenience when editing. So here is the question,
How could I set up emacs to use default indent for elisp and common-lisp indent for other lisp files?
Thank you!