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

How to add package to spacemacs #12

Closed
jwerak opened this issue Feb 12, 2016 · 4 comments
Closed

How to add package to spacemacs #12

jwerak opened this issue Feb 12, 2016 · 4 comments

Comments

@jwerak
Copy link

jwerak commented Feb 12, 2016

Hi, I am total emacs newbie, I've started with spacemacs and have no clue how to enable this package in it.

Would anyone help?

@jwerak
Copy link
Author

jwerak commented Feb 12, 2016

found it, solution was to add these to ~/.spacemacs file:

   dotspacemacs-additional-packages
   '(
     go-projectile
     )
.
.
.
(defun dotspacemacs/user-config ()
  (require 'go-projectile)
  )

@jwerak jwerak closed this as completed Feb 12, 2016
@Andre0991
Copy link

Just one thing: you probably can omit the require.

@jwerak
Copy link
Author

jwerak commented Feb 16, 2016

it didn't work for me without require unfortunately.

@Andre0991
Copy link

Right. It depends on the package I guess.

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

2 participants