syl20bnr
4dc291bfb4
Fix flycheck loading tweak
2016-01-31 23:16:50 -05:00
Eivind Fonn
e9f8377b92
Tweak flycheck loading process
2016-01-31 23:04:48 -05:00
Fabien Dubosson
9eb64efc21
Fix typo in syntax-checking README
2016-01-21 21:20:00 +01:00
syl20bnr
2d2f4ab32a
auto-completion: new key binding SPC e L
...
Open error buffer if needed and switch to it.
2016-01-21 14:13:50 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
syl20bnr
cddf18ff1e
Update install layer section in REAMDE.org files
2016-01-06 00:21:55 -05:00
Eivind Fonn
ac0ba50154
Make flycheck/flyspell hooks more explicit
2015-12-11 02:08:55 -05:00
Eivind Fonn
c893383fe4
Fix some documentation bugs
...
- CSS links
- GIFS in published version
- Unify layer doc titles
- Change emoji layer emojis to an image
2015-12-03 23:50:29 -05:00
justbur
9befd20a1a
layers: Transition to new key bindings functions
...
Removes dependence on evil-leader centralizing control over the method
of key binding in core-keybindings.el
2015-11-21 18:22:51 +01:00
Eivind Fonn
e7fbc84ff0
Remove package guards for evilified
...
See discussion in #3879
2015-11-21 11:07:14 +01:00
justbur
b294461957
evilified-state: Make into local package
2015-11-18 23:35:01 -05:00
Eivind Fonn
0da1bda904
Revert flycheck fixes
...
Revert "Add some flycheck autoloads"
This reverts commit e18ff186ef
.
Revert "Move flycheck leader bindings to init"
This reverts commit 830212c509
.
2015-11-13 18:39:07 +01:00
Eivind Fonn
e18ff186ef
Add some flycheck autoloads
2015-11-13 15:40:11 +01:00
Eivind Fonn
830212c509
Move flycheck leader bindings to init
2015-11-13 15:38:25 +01:00
Eivind Fonn
c3866382b2
Documentation update
...
- Add #+HTML_HEAD_EXTRA options to all org files
- HTMLize published documentation via CSS
2015-11-13 14:23:13 +01:00
Sebastian Wiesner
2c97605833
Fix flycheck-pos-tip-mode setup
...
Enable Flycheck Pos Tip Mode in :init, and remove explicit assignment to
flycheck-display-errors-function. I’m not sure whether that was
somehow intended, but it looks like it’s been working by accident only.
2015-11-13 11:31:16 +01:00
Eivind Fonn
57fd074d6b
Fix flycheck-pos-tip initialization
...
- Don’t manully set variable
- Don’t guard mode initializer
Also fix long line
2015-11-13 11:19:31 +01:00
Fabien Dubosson
39c69def5c
Guard flycheck-pos-tip-mode
...
Guard `flycheck-pos-tip-mode` as it's a new feature that not all user
will have if they update spacemacs without updating packages first.
2015-11-12 13:23:27 +01:00
Fabien Dubosson
b8564ba1ea
Enable new global minor mode flycheck-pos-tip-mode
...
This global minor mode is used to hide the flycheck tooltip when an
event occurs (moving cursor, focus-out, etc.). This change was
introduced upstream and it's already available in MELPA.
2015-11-12 13:04:50 +01:00
Eivind Fonn
13c5b1d24b
Convert documentation to publishable format
2015-11-01 23:40:29 -05:00
Fabien Dubosson
b79a2ecd66
Remove flycheck-fringe's bullet underlining
...
Currently flycheck's bullets in the fringe are underlined. The
underlining is hardcoded in the bitmap. This commit remove this
underlining.
2015-10-29 19:17:53 +01:00
Sebastian Wiesner
b07077280d
Fix escaping in buffer name regexp
...
Emacs has no raw strings, and needs two backslashes for a backslash in regular expressions.
2015-10-18 10:17:38 -04:00
Eivind Fonn
56ecd43753
Add variables to opt-in to flycheck/flyspell
2015-10-10 23:18:46 -04:00
nashamri
3d52925b14
Update documentation
2015-10-07 18:57:18 +02:00
nashamri
80d4c37ce6
Keybinding for setting flycheck checker executable
2015-10-07 18:57:18 +02:00
Eivind Fonn
873536250d
Evilify flycheck error list (thanks to bmag)
2015-10-06 11:34:51 +02:00
Eivind Fonn
6757ce7607
Use spaceline to provide mode-line
2015-09-29 23:48:03 -04:00
syl20bnr
6b33031dc5
core: dotspacemacs-distribution, spacemacs-core layer and rename contrib
...
- Rename contrib directory to layers
- Add new variable dotspacemacs-distribution
- Move spacemacs layer to layers/!distribution
- New layer spacemacs-core in layers/!distribution
- User can now set dotspacemacs-distribution to spacemacs or
spacemacs-core (default spacemacs)
spacemacs-core is very lightweight layer sufficient to build upon
spacemacs.
2015-09-07 23:44:43 -04:00