syl20bnr
862e81e49a
core: hide loading message at startup unless --debug-init
2018-05-20 02:44:34 -04:00
syl20bnr
e9b8ed34c5
core: fix bug where layers.el files could be loaded multiple times
2018-05-20 02:33:28 -04:00
syl20bnr
b58a1d7b73
core: fix bug where packages.el files were loaded multiple times
2018-05-20 02:32:57 -04:00
syl20bnr
8267b501dd
web-beautify: rename spacemacs-web-beautify--modes
2018-05-20 00:41:17 -04:00
syl20bnr
9f6b45223f
python: put smartparens advice in a post-config use-package hook
2018-05-20 00:24:29 -04:00
Nikita Leshenko
b3743701db
python: smartparens: Fix bytecomp warning ( #10582 )
...
The byte compiler doesn't know about `smartparens-strict-mode' because
smartparens is lazy loaded, so wrap the variable reference in `bound-and-true-p'
to silence a warning that appears on Spacemacs startup.
To reproduce:
1. Install a fresh Spacemacs from develop branch
2. Use spacemacs-base distribution
3. Select only these configuration layers: spacemacs-editing python
4. Restart Emacs to install packages
5. Restart Emacs again and observe warning:
Warning (bytecomp): reference to free variable 'smartparens-strict-mode'
2018-05-20 00:22:44 -04:00
p-sdk
000e5022c9
ruby: add key binding for ruby-send-line
2018-05-20 00:01:29 -04:00
p-sdk
0e7807cb32
Fix modeline colors on emacs-mac port
2018-05-19 23:58:17 -04:00
JAremko
63d90cd516
Fix travis script.
2018-05-20 02:38:09 +03:00
JAremko
75a2dfea1b
Remove Emacs24 tests from Circle CI.
2018-05-20 02:16:24 +03:00
JAremko
2c871eff6f
Use new spacedoc tools in Travis CI.
2018-05-20 02:16:04 +03:00
JAremko
958d2e95a5
Format documentation.
2018-05-20 02:15:51 +03:00
syl20bnr
b97ad90c92
web-beautify: fix definition of web-beautify key bindings
...
Needs to use `pre-init` function in order to have the variable
spacemacs-web-beautify--modes to be populated before the init function of
web-beautify is actually called.
2018-05-19 01:53:33 -04:00
Juuso Valkeejärvi
4deb56ca57
web-beutify: fix error when resyncing configuration
2018-05-19 01:48:52 -04:00
syl20bnr
30e366fd40
react: add spacemacs prefix to functions in funcs.el
2018-05-19 01:16:18 -04:00
syl20bnr
8fd934c209
react: set emmet-expand-jsx-className? to t
2018-05-19 01:15:04 -04:00
Lupco Kotev
214e5a847d
Add argument to specify window when opening from neotree
2018-05-19 00:19:06 -04:00
Juuso Valkeejärvi
fa64eb3246
tern: fix issues when loading layer
2018-05-19 00:11:39 -04:00
syl20bnr
635a32c468
treemacs: sort key bindings
2018-05-18 23:41:03 -04:00
syl20bnr
5a914780e8
treemacs: SPC f T --> SPC f t and SPC f C-t --> SPC f T
...
treemacs-toggle does not exist anymore. We can shift the key bindings to make
them modifier free.
2018-05-18 23:38:15 -04:00
syl20bnr
4980a6461d
Fix another link in documentation...
2018-05-18 02:21:05 -04:00
syl20bnr
3976a341a0
Fix documentation link to web-beautify layer README
2018-05-18 02:04:45 -04:00
syl20bnr
5f75e617a3
Fix documentation formating
2018-05-18 01:58:00 -04:00
syl20bnr
542ada133d
New layer web-beautify extracted from javascript layer
...
Make html, javascript, json and react layers depend on it
2018-05-18 01:25:29 -04:00
syl20bnr
10ea3d3e13
html: move css functions to funcs.el
2018-05-18 01:25:29 -04:00
syl20bnr
101a55e0ff
react: make react layer depend on node layer
2018-05-18 01:25:29 -04:00
syl20bnr
e2a1224f64
react: remove unused function spacemacs//setup-rjsx-mode
2018-05-18 01:25:29 -04:00
syl20bnr
e4eca01e82
Move yas-activate-extra-mode setup to javascript layer
2018-05-18 01:25:29 -04:00
syl20bnr
c15b65435e
react: make react layer depends on new tern layer
2018-05-18 01:25:29 -04:00
Ting Zhou
8616f07b86
Add: use rjsx-mode for react framework
...
Fix: add yas-activate-extra-mode
Add: add lsp support for react layer
Add: Add rjsx-mode key-bindings doc
Clean: rename spacemacs//set-lsp-key-bindings to spacemacs//setup-lsp-jump-handler
Fix: remove buggy hooks
Clean: move fix-lsp-company-prefix to lsp layer
Fix: rjsx-mode company
Fix: rjsx-mode lsp backend
2018-05-18 01:25:29 -04:00
Benno Fünfstück
572d4388fb
spacemacs-modeline: compute height only after display init
...
Before the display system is initialized, we cannot reliably make font
measurements so the height will be incorrect. This lead to display artefacts
if emacs was started in daemon mode without a graphical interface and later a
graphical client was connected (so for example, if you do `emacs --daemon`
followed by `emacsclient -c`).
2018-05-18 01:25:29 -04:00
syl20bnr
e5d8603290
Fix symbols's function definition is void: winum--window-list
...
fixes #10446
2018-05-18 01:25:29 -04:00
syl20bnr
abf3df4ad7
New layer tern extracted from javascript layer
2018-05-18 01:25:29 -04:00
Juuso Valkeejärvi
387a19530d
javascript: fix default value of tern-command variable
...
tern-command must be a list or adding switches to command doesn't work
2018-05-18 01:25:29 -04:00
Lupco Kotev
ef795f16af
Fix Neotree RET bind
2018-05-18 01:09:10 +03:00
Farva
6cda2dec61
Opt-out of company-rtags
while retaining rtags
...
if 'c-c++-enable-rtags-support' is 'no-completion', keep everything
enabled, but not completion ('company-rtags').
2018-05-18 01:05:52 +03:00
CeleritasCelery
2609538855
fix helm layer broken with smex package
2018-05-18 01:02:58 +03:00
JI Xiang
7638d4cc40
Fix ipython-notebook layer instructions
...
Now `pip install jupyter` is needed instead of `pip install ipython[notebook]`.
Otherwise `ob-ipython` package will not work.
2018-05-18 01:01:09 +03:00
JAremko
d8b1f81fbb
Fix 404 URLs
2018-05-17 02:26:52 +03:00
JAremko
1c4a0451d9
Fix Ensime URL
2018-05-17 02:01:05 +03:00
JAremko
b5debe944c
Update Docker deps.
2018-05-17 02:00:33 +03:00
Codruț Constantin Gușoi
a3debe1570
Fixes ansible key errors
2018-05-16 19:44:47 +01:00
Codruț Constantin Gușoi
04c9c66d39
Fixes newline problems after newlines header
2018-05-16 11:20:07 +03:00
duianto
f4a3025174
Format symbol highlight transient state
...
Reduce the width of the listed key bindings by:
Moving the range and highlighted symbols counter to the right of the transient
state title.
Shorten some key description names.
Reduce three instances of "search" to just one.
And reorder the listed keys based on their search scope, small to large:
swoop, buffers, files, project.
2018-05-16 00:41:37 +03:00
kenkangxgwe
be0686a21e
Re-enable Wolfram-mode, since it is added back to Melpa.
2018-05-16 00:13:15 +03:00
Leslie Shawn Russell
6259f40914
Fix Slack Layer helm menu display
...
Changed the slack layer to display "+slack" rather than "+prefix"
This matches other layers (i.e. +org, +irc) under <leader> a.
2018-05-16 00:07:06 +03:00
Codruț Constantin Gușoi
4219842f98
Instead of removing auto-newline, control it via a variable
2018-05-15 23:54:20 +03:00
Fangrui Song
33192a05e2
Remove spacemacs//c-toggle-auto-newline
2018-05-15 23:51:50 +03:00
JAremko
dd46fcac78
Fix 404 links.
2018-05-15 16:19:01 +03:00
syl20bnr
7aca5aebd1
javascript: set default value of tern-command to "tern"
...
fixes #10673
2018-05-14 22:54:53 -04:00