v0.200.1
版本发布时间: 2016-10-10 13:34:31
syl20bnr/spacemacs最新发布版本:v0.200.13(2018-01-25 13:59:47)
Fixes
- Restore missing support for custom Evil ex command key via the new
dotspacemacs-ex-command-key
variable (thanks to Dietr1ch) - core: Fix lazy installation of layers
- core: Fix Quelpa recipes construction (thanks to ynilu)
- core: Fix unwanted exclusion of packages when setting
dotspacemacs-install-packages
toall
- core: Fix
spacemacs/ert-run-tests-buffer
to run only the tests in current buffer (thanks to bmag)
Dotfile changes
- New variable
dotspacemacs-ex-command-key
to define the key to press to enter an Evil ex command, default is:
(thanks to Dietr1ch) - Change default value of
dotspacemacs-startup-lists
tonil
Layer changes
Agda
- Enable auto-completion (thanks to bixuanzju)
Clojure
- Add support for
org-babel
(thanks to drewokane)
Git
- Adjust linum gutter to accomodate text-size changes (thanks to nspaeth)
Html
- Replace
jade-mode
bypug-mode
(Jade is now Pug) (thanks to robbyoconnor)
Markdown
- Enable
orgtbl-mode
, this makes working with tables much nicer (thanks to robbyoconnor)
React
- Enable
emmet-mode
(thanks to kaipr)
Shell
- Fix shell regular expression to add shell buffers to useful buffers (thanks to TheBB)
Ycmd
- Improve performance on large projects by removing buffer parsing on newline insertion (thanks to deb0ch)
Improvements
- Add support for transparency in multiple frames (thanks to TGThorax)
- Add
J
andK
key bindings on the home buffer to navigate between widgets (thanks to tobimensch) - Various documentation improvements (thanks to andschwa, bmag, duianto, jazzpi, Tritlo, vigilancer)