I’m new to Emacs. I found many emacs plugins are released as an .el file. I’m not sure how to install them. Can I just put them in my emacs installation directory?
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.
After placing it, say
myplugin.elto your~/.emacs.d/directory, add the following in your.emacsfile:Also, in many cases you would need the following instead of the second line:
In any case, you should consult the documentation of the package you are trying to install on which one you should use.
If you are unsure where your
~directory is, you may see it by typingC-x d ~/and pressingEnter.