Allowed properties to be overridden are: location, step and excluded
This mechanism allow the user to alter the location of a given
package, for instance if she wants to use her own fork instead of the
version in ELPA.
Note that for now there is no easy way to override the package recipes.
Which effectively set it to alien on Windows
GNU find or Cygwin find must be in path for project outside of
supported VCS (i.e. project with a .projectile file)
Once all extensions were moved from "extensions" to "local",
spacemacs was no longer able to find the solarized themes.
Thanks to @TheBB for helping narrow this down!
Closes#2628
Fixes an issue where the buffer local value of
`company-preview-frontend' was being altered prior to switching to
the e-shell mode buffer.
See issue #2401.
The logic for binding this to `SPC p a` is that it's analogous with
vim-projectionist's notion of "alternate" files (where alternates could
be tests, headers or what-have-you). It would be more in keeping with
Spacemacs to have it on `SPC p t`, however this is already taken by
projectile neotree. If that were to be moved to `SPC p n`, then there
would be space for it, but I have no idea whether there is stomach to
make a potentially significant change such as that.
Only set `bookmark-default-file` in the package configuration. Put the
file in the Spacemacs cache directory instead of the Emacs user
directory.
Also only set `bookmark-save-flag` in the package configuration.
This is a breaking change. Those with existing bookmarks file will have
to do something equivalent to this:
`mv ~/.emacs.d/bookmarks ~/.emacs.d/.cache`
and restart Emacs.
Fixessyl20bnr/spacemacs#2594
Add binding for anaconda-mode-usages.
Add completion of filenames in repl.
Don't set variables unnecessarily in newer emacsen - these settings are
only needed in emacs 24.3.
By default (from `haskell-mode`) `haskell-process-type` is set to `'auto`, so no need to set it here. Also when you explicitly set the value of `haskell-process-type` it gets much harder to configure it.