syl20bnr
f935e98950
spacemacs layer: use :exclude property for hl-anything
...
Recipes are in an alist called <layer>-package-recipes
2015-08-12 23:57:30 -04:00
syl20bnr
77d4bf7ebd
php layer: add php-extras recipe
2015-08-12 23:56:43 -04:00
syl20bnr
1c8d90c856
core: add support for quelpa recipes
2015-08-12 23:56:24 -04:00
Patrik Storm
c31cc125f5
Remove php-extras for now
...
The php-extras package is not available on elpa. I suggest we remove it
for now, and add it when/if its available on elpa. Closes #1986 #2503
#1314
2015-08-12 21:40:35 -04:00
Eivind Fonn
112b9507ca
Fix projectile-generic-command
...
At init time, the fallback is undefined. Instead, only call setq in the
first place on Windows.
2015-08-12 15:33:25 -04:00
syl20bnr
19bb890402
csharp layer: set omnisharp-auto-complete-want-documentation to nil
...
When using company package.
2015-08-12 15:17:59 -04:00
syl20bnr
1a2dfa3309
spacemacs layer: set projectile-indexing-method to alien
...
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)
2015-08-12 12:18:49 -04:00
syl20bnr
afbd850177
helm-spacemacs: load packages at first invocation only
...
Use the universal argument to force an update, that is
SPC u SPC f e h
2015-08-12 08:59:25 -04:00
Robert O'Connor
ba63987030
Fix the path for loading solarized.
...
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
2015-08-12 03:12:52 -04:00
syl20bnr
ebe4540752
core: missing file :-)
...
time to sleep!
2015-08-12 01:49:30 -04:00
syl20bnr
4b2d275fb5
core: move back evilify macros to their own file
...
Fixes tests
2015-08-12 01:48:51 -04:00
syl20bnr
75f2db862b
move evilified state to core
2015-08-12 01:31:44 -04:00
syl20bnr
9291b29cf9
core: remove y
from evilified state map
...
It is not require, one can switch to visual state to copy some
text
2015-08-12 01:20:24 -04:00
syl20bnr
8a815ec6b1
core: cleaner evilified state setup and cleanup
...
Fixes #2117
2015-08-12 01:19:13 -04:00
syl20bnr
1514c6e7d3
core: fix bug in package-usedp
...
It returned t even if the package has no owner.
Fixes #2601
2015-08-11 23:25:00 -04:00
syl20bnr
39f508a0a1
spacemacs layer: move extensions to local directory
2015-08-11 19:45:59 -04:00
syl20bnr
4148fdff56
core: add support for local directory
2015-08-11 19:45:28 -04:00
syl20bnr
711c37e9bc
Add achievements
...
3000th star to TheBB
The Master of the Keys to justbur
The PR Patrol Officer to robbyoconnor
2015-08-11 01:48:40 -04:00
syl20bnr
5b94e3ab8a
Update change log and releae notes
2015-08-11 01:34:04 -04:00
Christopher McCloud
350f809055
Adds eshell-switch-company-frontend.
...
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 .
2015-08-11 00:12:51 -04:00
Stephen Caudill
b03897a547
Add binding for projectile-toggle-between-implementation-and-test
...
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.
2015-08-11 00:01:33 -04:00
Travis B. Hartwell
5269411ed8
Put the bookmark file in the cache directory.
...
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.
Fixes syl20bnr/spacemacs#2594
2015-08-11 00:00:06 -04:00
syl20bnr
e4662ac485
Remove user-emacs-directory manipulation in init.el
...
if we really need this we should use an environment variable
2015-08-10 23:58:08 -04:00
syl20bnr
038fc23c0d
spacemacs layer: fix various issues with ahs micro-state
...
- made it work with *
- fix go to definition
- don't use the minibuffer
2015-08-10 23:56:40 -04:00
person808
2c48ee32a5
Use spacemacs micro state macro for ahs micro-state.
...
This is consistent with other micro-states.
2015-08-10 22:59:01 -04:00
person808
a7f3981d97
Replace all uses of custom-set-variables with setq
2015-08-10 22:56:02 -04:00
syl20bnr
21338a66d5
python layer: rename function with spacemacs prefix
2015-08-10 22:50:50 -04:00
Bar Magal
84c1967594
python: use semantic for imenu only when semantic-mode is on
2015-08-10 22:48:53 -04:00
Robert O'Connor
987d731916
Add documentation for '# g c' to the github layer
...
Update the README to include documentation for '# g c'
which allows people to create PRs from emacs and then opens
it in the browser.
2015-08-10 22:47:30 -04:00
Hunter Haugen
f6d5961edf
Fix docs for magit's url and manual changes.
2015-08-10 22:47:05 -04:00
Bar Magal
3e0469d6f0
Replace ace-jump with avy
2015-08-10 22:46:28 -04:00
Bar Magal
4bcda8dacb
emacs-lisp: add company in ielm, keybind for ielm
2015-08-10 22:38:18 -04:00
syl20bnr
18c73ea418
python layer: find usage on SPC m g u instead of SPC m h u
...
To be consistent with other layers like C#
2015-08-10 22:36:43 -04:00
Bar Magal
eb7f937953
python: various improvements
...
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.
2015-08-10 22:35:02 -04:00
Gilbert Kennen
ee119336f5
add git-flow documentation to git layer
2015-08-10 22:31:43 -04:00
justbur
57a0bdd859
Add some missing key prefix declarations
2015-08-10 22:16:30 -04:00
Eivind Fonn
d3cf6e42c3
Update documentation for toggles in dotfile
...
[ci skip]
2015-08-10 21:32:19 -04:00
Boris
ac46bb8da2
don't set haskell-process-type
...
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.
2015-08-10 21:30:19 -04:00
Eivind Fonn
d9ebee793e
Make SPC TAB window-aware
...
See #2548
2015-08-10 21:27:55 -04:00
syl20bnr
e2bdc25396
core: fix mandatory package and extension list variables
2015-08-10 21:22:28 -04:00
syl20bnr
ba47013e32
Update change log and release note
2015-08-10 09:11:14 -04:00
syl20bnr
87f482083a
salt layer: Mention required yaml in README
2015-08-10 09:08:25 -04:00
liuxiang
daf1a1bd3f
Remove projectile from scala layer.
2015-08-10 08:47:26 -04:00
syl20bnr
f22ac107cc
New layer yaml
2015-08-10 08:45:21 -04:00
syl20bnr
41e0befc9c
Remove remaining duplicated init functions
...
haml-mode
slim-mode
yaml-mode
rainbow-delimiters
nix-mode
leuven-theme
Also sort alphabetically the packages in packages.el of html layer
2015-08-10 08:43:29 -04:00
syl20bnr
a7cb1bd822
Remove pcre2l contrib, it is owned by spacemacs layer
2015-08-10 08:42:08 -04:00
syl20bnr
8ea8b65c82
Update change log
2015-08-09 23:41:14 -04:00
syl20bnr
dfdabe0cf4
Import change log from version 0.103.5
2015-08-09 22:33:04 -04:00
Kai von Fintel
5ae1972c15
Fixed osx/init function for reveal-in-osx-finder
2015-08-09 22:20:57 -04:00
Robert O'Connor
3f7dab0eeb
Change elpa to use http.
...
GNU is having issues with HTTPS right now.
Fixes #2596
2015-08-09 21:52:47 -04:00