Skip to content

Version 0.200.1

Compare
Choose a tag to compare
@syl20bnr syl20bnr released this 10 Oct 05:34
· 405 commits to master since this release

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 to all
  • 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 to nil

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 by pug-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 and K key bindings on the home buffer to navigate between widgets (thanks to tobimensch)
  • Various documentation improvements (thanks to andschwa, bmag, duianto, jazzpi, Tritlo, vigilancer)