syl20bnr
e3f5a12ba4
Fix error on startup (void-variable evil-normal-state-map)
2016-04-29 18:43:45 -04:00
syl20bnr
2434d0214b
Add async to bootsrap packages
2016-04-29 18:37:42 -04:00
Christoph Paulik
421cb62783
Fix showing of indicators in the fringe.
...
Fix #5510
2016-04-29 18:27:08 -04:00
syl20bnr
5f8e24405a
shell: document layer variable shell-default-term-shell
2016-04-29 18:20:59 -04:00
dubnde
80cccdce7c
Add shell-default-full-span for shell window
2016-04-29 18:14:57 -04:00
James
0d20c77798
spacemacs/layers/+lang/latex/README.org typo
...
Docs: Folding keybindings are enabled by `latex-enable-folding`
2016-04-29 18:12:55 -04:00
Robert O'Connor
cd13e0f885
Make pug files use jade-mode since jade is now called pug
2016-04-29 18:08:14 -04:00
syl20bnr
e18b1cbe0e
Move vi-tilde-fringe hook to shell layer
...
Also replace lambdas by named functions
2016-04-29 17:48:00 -04:00
Russell Sim
c115a66210
Disable tilde fringe in shell/comint modes
2016-04-28 16:01:01 +02:00
Fabien Dubosson
a63bf2ab13
Add more information regarding tern
on windows
2016-04-28 15:58:12 +02:00
Fabien Dubosson
a03aff8fa1
Apply fill-paragraph after previous commit
2016-04-28 15:50:11 +02:00
Liang Zhou
d2486e3956
Update tern configuration for windows.
2016-04-28 15:48:38 +02:00
NJBS
32466ca272
Update go README to include goimports prereq
...
see #5855
2016-04-28 15:40:26 +02:00
sooheon
a0d244d47f
Remove duplicate definition of symbol-highlight
2016-04-28 15:38:02 +02:00
Fabien Dubosson
ba7d050321
[autohotkey] reorder line alphabetically
2016-04-28 15:33:33 +02:00
krobelus
690d8eaed6
Fix autohotkey documentation
2016-04-28 15:32:08 +02:00
bmag
4967df79d7
Don't switch to error-list window if already on it
2016-04-28 15:20:03 +02:00
Jeremy Bi
2516703366
Enhance auto-completion support for Idris layer
...
Now auto-completion will ask Idris process for completions
2016-04-28 15:14:27 +02:00
ralesi
ddffb9445b
pcre2el is not loaded in spacemacs-base
, but needed for ivy-ag support.
2016-04-28 15:12:49 +02:00
syl20bnr
edc4493e19
org: fix missing parenthesis
2016-04-21 23:26:57 -04:00
syl20bnr
74ff0c2c70
auto-completion: fix definition of navigation key bindings
2016-04-21 23:26:20 -04:00
Eivind Fonn
d80829b979
Revamp org-repo-todo
2016-04-21 22:29:12 -04:00
Xiao Hanyu
c93e47028c
Set comment-inline-offset
to 2 for python-mode.
...
Since python's PEP8 recommends two spaces for inline spaces.
Ref:
- https://www.python.org/dev/peps/pep-0008/#inline-comments
2016-04-21 22:26:18 -04:00
syl20bnr
3ede905745
Apply doc-fmt to various READMEs
2016-04-21 22:25:51 -04:00
syl20bnr
f3639da09e
cfengine: reformat readme and various fixes
...
- Simplify README.org to follow the conventions and better integrate
with the other READMEs
- Remove unnecessary comments in code
- Add explicitly cfengine3-mode to the list of package
- Move eldoc hook to an eldoc post init function
- Defer loading of cfengine3-mode
- Move auto-mode-alist to init function
2016-04-21 22:22:02 -04:00
Nick Anderson
4d31afeef4
Add: Example including save hook
...
CFEngine considers files writable by other users a security exception. A
save hook to ensure restrictive permissions can be very useful to avoid
these kinds of errors.
2016-04-21 22:03:39 -04:00
Nick Anderson
dcc3f2d5d9
Add: CFEngine config-files layer
2016-04-21 22:01:58 -04:00
syl20bnr
14d3529ae2
org: defer org-download
2016-04-21 21:49:57 -04:00
krakapwa
995f6df728
Added org-download support
2016-04-21 21:36:49 -04:00
syl20bnr
e1a6f39e0b
auto-completion: move functions to funcs.el
2016-04-21 21:35:27 -04:00
syl20bnr
667a7f61a4
auto-completion: support emacs style for navigation in company
2016-04-21 21:29:20 -04:00
sooheon
da8b0294c5
Wrap company kb changes in check for user prefs
...
Only use evilified bindings in company-active-map if user wants vim
style or hjkl bindings.
2016-04-21 21:15:56 -04:00
Christoph Paulik
643553a0fe
Only disable semantic-idle-summary in python if anaconda-mode is used.
...
Some people have problems with anaconda mode and exclude it. This
enables them to at least have the semantic summary in their modeline.
2016-04-21 21:13:53 -04:00
Szunti
dacd5e2544
Don't mark request pacakage as built-in.
...
It's not a built-in package and this prevented updating. Fixes #5523 .
2016-04-21 21:13:22 -04:00
Tim Jäger
172247c324
Added keybinding for ~org-insert-subheading~
2016-04-21 21:11:18 -04:00
Eivind Fonn
d0ae648ff3
Normalize keymaps in visual line toggle
2016-04-21 21:10:41 -04:00
Tu
34e669d49a
Fix null error
...
char-after can return nil. For that reason, we check to ensure it does
not cause error.
2016-04-21 21:10:17 -04:00
NJBS
f7c2f4ed15
Defer space-doc
...
space-doc currently adds a large chunk of time to initial load time
since it has to require org.
2016-04-21 21:09:54 -04:00
Eivind Fonn
076d624923
Fix offset detection in js2-mode
2016-04-21 21:09:40 -04:00
sooheon
291ec69a7d
ivy: don't override prefix-help-command
...
counsel-descbinds is accessible through SPC-?, and shadowing the C-h key
for which key makes pagination impossible. As this deviates from
which-key defaults, this should be up to user to config, not a base in
spacemacs-ivy.
2016-04-21 21:09:11 -04:00
Junhui
9d1b574554
Make pylookup.py compatible with Python 2 and 3
2016-04-21 21:08:31 -04:00
Stefan VanBuren
048da9d320
Fix typo in README.org
2016-04-21 21:08:11 -04:00
Andrea Moretti
c80c9583db
add import React magic-mode-alist
...
as suggested by @tko on #4735
2016-04-21 21:07:38 -04:00
Andrea Moretti
5c07ce0118
enforce smartparens
2016-04-21 21:07:38 -04:00
Andrea Moretti
a3e802b2ff
remove js2 and fix eslint loading
2016-04-21 21:07:38 -04:00
Eivind Fonn
ba7254f522
Fix transparency transient state docstring
2016-04-21 21:04:52 -04:00
Severen Redwood
1fe5f4b6dd
Fix broken keybindings in the Rust layer
2016-04-21 21:04:32 -04:00
syl20bnr
a025dc8f52
clojure: move functions to funcs.el
2016-04-21 19:08:41 -04:00
sooheon
e64c337b82
Remove obsolete clojure-defun-style-default-indent
...
clojure-defun-style-default-indent has been deprecated in favor of
clojure-indent-style. This is no longer a toggle but one of three
keywords. As it affects the way code is indented, and you should not
need to change your indentation style multiple times while editing, it
should not be a toggle. It's simple enough for the user to setq it to
desired value.
If desired, it may be added back as a completing-read selection (but I
don't think it's necessary).
2016-04-21 18:59:52 -04:00
syl20bnr
dd8e845f6e
clojure: add docstrings to functions
2016-04-21 18:59:28 -04:00