-
Notifications
You must be signed in to change notification settings - Fork 347
Issues trying to use local version of a package in a layer #993
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
Comments
Just followed my repro instructions again to make sure the steps worked, they do. |
This to me sounds more like a spacemacs issue than a haskell-mode one. |
@ivan-m I think it's an issue of me not using local packages correctly, failing that I think it's a spacemacs issue. It could not be a haskell-mode issue. |
If it isn't a haskell-mode issue, why file it as an issue on haskell-mode? |
Whoops, please close... Or I can in the morning.
|
I had a bug I patched in haskell-mode and wanted to try it out, so I checked out the documentation on layers
After quite a bit of reading I did the following:
restart spacemacs & open eshell
within hello.hs buffer,
SPC h d m
, search for haskell mode, click (haskell-mode.el). When it opens haskell-mode.el, pressSPC f f
This shows me I'm opening the haskell-mode.el in:
~/.emacs.d/elpa/haskell-mode-20151113.1304/haskell-mode.el
rather than the desired:
~/.emacs.d/private/local/haskell-mode/haskell-mode.el
What is the issue? How can I debug the issue?
Thanks!
The text was updated successfully, but these errors were encountered: