Emacs 擴展集合,spacemacs 0.105.0 發布
spacemacs是一整套emacs擴展集合,基于evil模式,最大的特點是同時提供emacs和vi兩種快捷鍵。
主要特點有:
0、所有插件開箱即用,良好的文檔以及工程路徑
1、大量采用autoload,插件需要時才加載,官方默認安裝100多個插件,可以做到秒啟動
2、基于evil模式,同時提供emacs和vi兩種快捷鍵風格
3、默認使用空格鍵作為vi風格的leader鍵,極大地提高了按鍵效率,同時降低了vi用戶轉emacs的門檻
4、默認的界面以及顏色主題更加美觀
注:圖片來自于官方
spacemacs 0.105.0 發布,此版本包括了大量新特性,功能改進。
主要改進:
-
SPC lforavy-goto-lineis now underSPC y.SPC lis for spacemacs layouts.
-
SPC a pis now forlist-processesandSPC a Pforproced,paradoxis now onSPC a k.
-
SPC s lis now used to bring back last search buffer andSPC s j is for jumping into a file usingimenu.
-
In home buffer, jumping to bookmark list is now onb.
-
Projectile: caching is now disabled by default, while it should not break anything if you have some functions relying on caching being enabled be sure to activate it explicitly in your dotfile with(setq projectile-enable-caching t).
-
Git: new key bindings scheme usingevil-magitpackage. If you want to continue to use the old evilified bindings addevil-magitpackage to thedotspacemacs-excluded-packagesvariable of your dotfile.
-
Ruby: the default major mode is now the Emacs built-inruby-mode. If you want to continue to useenh-ruby-modeset the layer variableruby-enable-enh-ruby-modetot.
下載:https://github.com/syl20bnr/spacemacs/archive/v0.105.0.zip
更多改進內容請看發行說明。
來自: http://www.oschina.net/news/69613/spacemacs-0-105-0