Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emacs client now available #1

Open
microamp opened this issue Oct 16, 2016 · 5 comments
Open

Emacs client now available #1

microamp opened this issue Oct 16, 2016 · 5 comments

Comments

@microamp
Copy link

Hello. We now have an Emacs package for godoctor. https://github.com/microamp/godoctor.el

I don't know where to put it, but somewhere under 'Contributing'?

P.S. I'm the author of the package.

@rdallman
Copy link
Member

Thanks a lot, this looks great! I think we'll need to add a link on the site and maybe update the github readme to point people in the right direction, most people will be installing and using for editors. cc @joverbey

@joverbey
Copy link
Member

This is great! I'll check it out ASAP.

I agree with Reed... the next step will be to update the Installation Instructions to point people to it. We should also add you to the Contributors page.

Actually, would you be interested in moving the repository under github.com/godoctor? Of course, we would add you to the organization so you could continue working on it here. If you'd prefer to keep it under your account, that's fine too.

@microamp
Copy link
Author

Actually, would you be interested in moving the repository under github.com/godoctor?

I'm more than happy to do that if you guys are. Let me know.

@joverbey
Copy link
Member

Hey, sorry, I unintentionally lost track of this. Still want to move forward with it.

Quick question @microamp ... is it possible to manually install the plug-in, without using MELPA? I'm extremely new to emacs.

@microamp
Copy link
Author

Hi, no worries, thanks for chasing.

You may clone the repo directly, and put the following line in your .emacs.d/init.el,

(add-to-list 'load-path "/path/to/your/local/godoctor.el")

(You may need to do M-x eval-buffer or restart your Emacs.)

Once the package is loaded, you should be able to see godoctor commands such as godoctor-rename when you do M-x. Give it a shot and please let me know if you experience any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants