Can Emacs support the concept of projects? That would be where several configuration options varies depending on what project you are working on.
Can Emacs support the concept of projects? That would be where several configuration options
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You generally wouldn’t expect emacs to know about differences in build requirements—you let the build system (make or whatever) take care of that. To handle different coding standard define local
yourproject.elfiles to set variables, load and unload local modes, etc… (useM-x load-fileto run it).