- Revert removal of fancy battery mode-line indicator.
- Remove fancy battery custom mode-line (moved to spaceline) (thanks to TheBB)
- Eyebrowse doesn’t have a lighter anymore (thanks to myrjola)
- Replace obsolete function
haskell-process-load-or-reload(thanks to joehillen) - Fix renamed command
hindent-reformat-decl(thanks to lunaryorn)
- Add support for
flycheck-pos-tip-mode(thanks to StreakyCobra, TheBB and lunaryorn)
- Fix void variable error
smartparens-strict-mode(thanks to TheBB)
- Use version 7.1 of
evil-lisp-state, the version 8 is supported in version 105 of Spacemacs only.
- Fix Ensime test commands to reflect the changes in the recent versions of the package (thanks to lunaryorn)
- Replace obsolete function
vagrant-tramp-enableby the functionvagrant-tramp-add-method(thanks to joehillen)
- Prevent bootstrap packages from being automatically uninstalled (thanks to TheBB)
- Update
evil-snipeminor mode name to match latest release of the package (thanks to person808)
- Remove indentation guides to comply with latest
haskell-mode(thanks to PierreR)
- Fix error
void-variable warning-minimum-levelon Emacs 24.3 (thanks to syohex)
- Fix
SPC m c rbinding (thanks to tko)
- Silence
ad-handle-definitionabout advised functions getting redefined - Improve evilification rules, now
:is rebound to|,/is rebound to\andSPCis rebound to'
- Add FAQ entry on the difference between available distributions (thanks to robbyoconnor)
- Delete obsolete
.gitmodulesfile (thanks to robbyoconnor) - Improve convention documentation for evilified buffers
- Typos and documentation improvements (thanks to CarlQLange)
- New variable
dotspacemacs-remap-Y-to-y$, when non nilYis remapped toy$. Default value ist.
- Add
SPC t h ato toggle automatic highlighting of symbol under point.
- Force -jsx= content type (thanks to dvcrn)
- Typos and documentation improvements (thanks to k4rtik, robbyoconnor, tko, xfq)
org-plus-contribis now installed from org ELPA repository, you may encounter strange behaviours from Org. In this case delete theorgdirectory in theelpadirectory and restart Emacs.Helmkey bindings have been slightly adjusted:- in
helm-find-files(SPC f f): nowC-hmove up a directory andC-lenter the selected directory.describe-keycommand is available onC-S-h - in other
helmbuffersC-his used to go to the next source andC-lis the same asRET.describe-keycommand is also available onC-S-h.
- in
Yhas been remapped toy$- The
bookmarksaved file has been moved to the.cachedirectory, if you have a bookmark file~/.emacs.d/bookmarksthen you’ll have to move it to~/.emacs.d/.cache/bookmarks Ruby on Railsframework has now its own layer calledruby-on-rails, be sure to add this layer to your dotfile if you use RoR.Djangoframework has now its own layer calleddjango, be sure to add this layer to your dotfile if you use it.guide-keyhas been replaced bywhich-key, you may encounter issues if you have someguide-keycustom configuration, remove anyguide-keyconfiguration and check the options offered bywhich-key.
- All layers have been moved to
layersdirectory - Category folder prefix has been changed to
+(was!) spacemacslayer has been moved to thelayersdirectory in the category+distribution- All
extensionsdirectories have been renamed tolocal.extensionsdirectories will be deprecated in 0.105.0. tromeyELPA repository has been removed (thanks to robbyoconnor)
- Enhanced layer package lists which merge old extension lists and package
lists. Keywords can be associated with packages. The supported keywords
are
:location,:stepand:excluded.extensions.elfiles and<layer>-excluded-packagesvariables are now optional and will be deprecated in the next version 0.105.0. - New
distributionconcept: you can now choose between two distributions:spacemacsorspacemacs-base.spacemacs-basecontains only a minimal set of packages whereasspacemacsis the full Spacemacs experience. Set the distribution withdotspacemacs-distributionvariable. - Add support for
Quelpawhich allows to useMelparecipes to install packages directly from source (i.e. one can now install a package directly from a Github repository). - New editing style:
hybrid. This style is similar to Vim style except that all Emacs key bindings are available in hybrid (insert) state instead of Vim key bindings. Also in this state, the buffers are evilified like in Vim style. - The default theme of Spacemacs is now
spacemacs-dark. The Spacemacs themes (spacemacs-darkandspacemacs-light) become the official themes of Spacemacs (thanks to nashamri) - Recovery mode when there is an error in the user dotfile. Now even when your dotfile cannot be loaded, Spacemacs will be operational with a minimal set of packages available (thanks to cmccloud)
- Add support for dotdirectory
~/.spacemacs.dwhich behaves like the Emacs dotdirectory (i.e.~/.spacemacs.d/init.elis evaluated instead of~/.spacemacsif the former exists and the latter does not) (thanks to justbur) - Guide-key is replaced by
which-keywhich provides an enhanced and better live key bindings browsing experience. (thanks to justbur) - New API to manage the
powerlinemode-line. It is now possible to easily define segments and arrange them (thanks to TheBB) - New web gallery to browse themes in
themes-megapack, URL: theme gallery (thanks to robmerrell) - New test framework supporting layer specific tests (thanks to TheBB)
- New interactive function
dotspacemacs/test-dotfiletesting the integrity of the.spacemacsfile. This function will detect any unknown layers and bad dotspacemacs variable values (thanks to justbur)
- asciidoc (thanks to hijarian)
- chinese (thanks to andyque)
- cscope (thanks to bmag)
- common-lisp (old slime layer renamed) (thanks to kingcons)
- django (split from python layer)
- elm (thanks to usharf)
- idris (thanks to zmthy)
- jabber (thanks to toshism)
- java (thanks to kleewho)
- nim (thanks to Gonzih)
- nixos (thanks to CestDiego)
- ranger (thanks to ralesi)
- sml (thanks to Devagamster)
- spell-checking (split from syntax-checking) (thanks to justbur)
- terraform (thanks to BrianHicks)
- react (thanks to axyz)
- ruby-on-rails (split from ruby layer)
- scheme (thanks to kingcons)
- vinegar (thanks to ralesi)
- unimpaired (thanks to ralesi)
- wakatime (thanks to CestDiego)
- yaml (split from ruby)
- New variable
dospacemacs-distributionallowing to choose the default packages installed by Spacemacs. - New function
dotspacemacs/user-init. Nowdotspacemacs/initfunction is reserved for dotspacemacs variable exclusively. - New value
anyfordotspacemacs-highlight-delimiters, when set toany, all the delimiters are highlighted viarainbow-mode. - New variable
dotspacemacs-helm-resize. If non nil thenhelmwindows will be automatically resized depending on the number of candidates (thanks to ralesi) - New variable
dotspacemacs-helm-no-header. If non nil then the helm header is hidden when there is only one source in the helm buffer (thanks to ralesi) - New variable
dotspacemacs-helm-positionwhich can bebottom,top,leftorright(thanks to ralesi) - Add new
:disabled-forkeyword fordotspacemacs-configuration-layerwhich allow to deactivate a layer for a set of layers. For instance(auto-completion :disabled-for org git)will disable auto completion for both org and git layers. - Rename function
dotspacemacs/configtodotspacemacs/user-config. The old functiondotspacemacs/configwill be deprecated in 0.105.0.
- New navigation key bindings for
helm-find-files(SPC f f), nowC-hmove up a directory andC-lenter the selected directory.describe-keycommand is available onC-S-h. - In
helmbuffersC-his used to go to the next source andC-lis the same asRET.describe-keycommand is available onC-S-h. - Add
copy filekey binding onSPC f c(thanks to cpaulik) - Add transparency micro-state (thanks to person808)
- Add
SPC i ukey binding to insert unicode symbols with helm (thanks to robbyoconnor) - Add
SPC x l sandSPC x l uto sort and uniquify lines in a buffer (thanks to oppenlander) - In buffer not visiting a file
SPC f snow asks for a filename (thanks to cpaulik) - Add
SPC f lto visit a file literally which means that the file will be opened infundamental mode(thanks to sooheon) - Add support for automatic recompilation of
.elfiles on save (thanks to ralesi) - Add
SPC f C dandSPC f C uto quickly convert Unix encoding to DOS encoding and vice versa (thanks to ralesi) - New key bindings to toggle editing styles:
SPC t E eto toggleemacssyle andSPC t E hto togglehybridstyle - Add support for arrow keys in windows micro-state (thanks to mbertheau)
- Fix paste micro-state undo
- Fix
SPC i K(insert empty line above point) which now works as expected when used from the first line of a buffer (thanks to travisbhartwell) - Fix windows micro-state by using the minibuffer (thanks to person808)
- Fix broken alignment functions on
SPC x a(thanks to justbur) - Don’t jump if only one match in
helm-imenu(thanks to tuhdo) - Remove
wSfrom prefix list inconfig.el(thanks to justbur) - Properly close frame when running a client from terminal (thanks to drewkett)
- Add chocolate color for the
replacestate (thanks to TheBB) - Make
Yequivalent toy$(thanks to person808) - Sync
visual-line-modeandevil-visual-xxxfunctions. NowSPC t Lcorrectly enablesvisual-mode-lineand change Evil to visual navigation accordingly. UseSPC t lto disable truncated lines while keeping default Evil behavior. - Reduce autosave interval for evil-jumper (thanks to ralesi)
- Improve evil configuration for cursors and colors (thanks to justbur)
- Fix called function name for
SPC h bbinding. Helm removedhelm-pp-bookmarksin the latest update and replaced it withhelm-filtered-bookmarks(thanks to sgepigon) - Add
SPC f Lforhelm-locate(thanks to ralesi) - Add text object
gfor entire buffer (thanks to ralesi) - helm-spacemacs: load layers only once.
- helm-spacemacs: show description of toggle functions (thanks to person808)
- New API for the powerline (thanks to TheBB)
- Add package
define-wordonSPC x w d(thanks to swaroopch) - Set
projectile-indexing-methodtoalien. This settings will use available tooling to speed up the build of the cache, should greatly improve the performance on Windows (provided you have the required tools) - Fix
projectile-generic-commandon Windows usingfind(thanks to TheBB) - Fix
neotreebug with window number 0 (thanks to jaypei) - Fix search direction consistency for
auto-highlight-symbolmicro-state (thanks to herbertjones) - Add VCS integration to
neotree - Focus current file when opening Neotree in project’s root with
SPC p t(thanks to StreakyCobra) - Set
sp-show-pair-delayto 0.2 instead of 0. Should fix some slowness in - Set
highlight-parenthesesdelay to 0.2 - Enable
highlight-parentheseswhendotspacemacs-highlight-delimitersis set toall(thanks to tuhdo) - Hide lighter for
highlight-parentheses - Better diminished lighters for
highlight-indentation-mode(thanks to robbyoconnor) - Prevent iedit from adding global key binding (thanks to justbur)
- Temporarily exclude the package
hl-anythingwaiting for an overlay bug to be fixed - Correctly enable
powerlineonly if it is used (thanks to sooheon) - Make
golden-ratiowork after avy-word-jump (thanks to synic) - Exclude
helmwindows fromgolden-ratio(thanks to ralesi) - Don’t automatically select compilation buffer (thanks to jasminpatry)
- Define explicit functions to inverse comments for
evil-nerd-commenter(thanks to endrebak) - Use TheBB fork of
evil-indent-textobjectwhich has working text objects based on the indentations (thanks to TheBB) - Exclude package
evil-terminal-cursor-changersince it is buggy in some terminals (thanks to TheBB)
- Move
SPC m otoSPC m hsinceSPC m ois now reserved for users (thanks to TheBB)
- Add new layer variable
auto-completion-private-snippets-directorywhich allows to specify a custom private snippet directory (thanks to justbur) - Improve yasnippet loading robustness (thanks to myrjola)
- Fix showing snippets in company popup (thanks to person808)
- Add
backward-kill-word-or-regiononC-w(thanks to justbur)
- Fix key bindings for cscope (thanks to bmag)
- Add
disasterpackage to disassemble c/c++ code on key bindingSPC m D(thanks to jb55) - Fix error with
company-mode/more-than-prefix-guesser(thanks to TheBB)
- Remove “symbol” from list of changed charsets, this prevents minor mode lighters from being displayed in the Chinese font (thanks to louy2)
- Add cider error buffer to popwin (thanks to cmccloud)
- Add cider-doc buffer to popwin (thanks to cmccloud)
- Add key bindings for
ein:traceback-mode(thanks to toshism) - Add
SPC m s xkey binding forcider-refresh(thanks to sooheon) - Stop using deprecated
cider-jump-to-varand usecider-find-varinstead (thanks to lukbock) - Add
SPC m T ito toggle indentation style inclojure-mode(thanks to lukbock) - Add
SPC m T pkey binding to toggle pretty printing in the REPL (thanks to luxbock) - Add new key bindings to evilified buffer
cider-inspector-mode(thanks to luxbock) - Add
C-jandC-kfor browsing history in the REPL (thanks to luxbock) - Add more
clj-refactorkey bindings (thanks to luxbock) - Add more key bindings to
cider-stacktrace-mode(thanks to luxbock) - Add interactive function
spacemacs/cider-toggle-repl-font-lockingto toggle font-locking in the REPL (thanks to luxbock) - Activate clojure-mode for *.boot files (thanks to usharf)
- Enable
fancify-symbolsforclojurescript-mode,clojurec-modeandclojurex-mode(thanks to Xcix) - Setup indentation rules for common clojure vars (thanks to jcf)
- Evilify
cider-test-report-modebuffers (thanks to luxbock) - Enable
clj-refactorkey bindings in the REPL (thanks to luxbock) - Enable clojure key bindings in the REPL (thanks to luxbock)
- Fix bug in
spacemacs//cider-eval-in-repl-no-focus:- Move to point-max before inserting text
- Only indent the newly inserted form instead of the whole buffer.
(thanks to luxbock)
- Fix key bindings conflict in
cider-debug-mode(thanks to luxbock) - Rename old function
clfr-rename-file-or-dirto new functioncljr-rename-file(thanks to luxbock) - Remove
SPC m d bcider-debug-defun-at-pointin REPL (It doesn’t do anything other than messing up the buffer) (thanks to luxbock) - Gives faster access to display the last error buffer with
SPC m d e(thanks to luxbock)
- Set
omnisharp-auto-complete-want-documentationtonilto work-around a bug in standard Omnisharp server built in Release configuration. - Add prefix command documentation (thanks to d12frosted)
- Add support for
zealon Linux and Windows (thanks to CestDiego)
- Replace deprecated
deft-extensionby newdeft-extensions(thanks to mclearc)
- Remove flycheck due to a security issue in the Elixir compiler (thanks to gilbertkennen)
- Add support for popwin for
mixbuffers (thanks to rhalukongor) - Re-enable
magit-gitflowsince it is now compatible with Magit 2.1 (thanks to gilbertkennen)
- Make
flychekaware ofloadpath(thanks to CestDiego) - Define
emacs-lisp-modekey bindings forlisp-interaction-mode(thanks to justbur) - Fix
SPC m e cto evaluate current form (thanks to justbur) - Add
SPC m e sto evaluate symbol under point (thanks to justbur)
- Add
ERC-SASLfor SASL authentication (thanks to CestDiego) - Fix check for
dbusavailability on OS X (thanks to cmccloud)
- Change default value of
ess-enable-smart-equalsto nil (thanks to izahn) - Fix
companyback-end declaration (thanks to jcpetkovich)
- Add
SPC ;for comment operator
- Add
Stanmodeling language (thanks to alexanderrich)
- Add
sforswitch-to-window-config(thanks to rphillips) - Add
gtandgTkey bindings to switch between workspaces (thanks to joehillen)
- Allow fsharp-mode to determine build path (thanks to bsermons)
- Make sure that git-commit is initialized so that Emacs can be used as $GITEDITOR (thanks to thrnio)
- Remove some deprecated code (thanks to tko)
- Add documentation about
magit-push-always-verifyvariable (thanks to sooheon) - Add
escapekey binding togitmessenger(thanks to mijoharas) - Add
#fkey binding inmagit-statusformagit-gitflow-popup(thanks to gilbertkennen) - Use
MELPAversion ofmagit-gh-pullsand fix its configuration (thanks to cmccloud) - Evilify
magit-hunk-section-map(thanks to ralesi) - Evilify
magit-stash-mode(thanks to nixmaniack)
- Properly evilify
gist-listsbuffer (thanks to cmccloud)
- Move
SPC m otoSPC m MsinceSPC m ois now reserved for users (thanks to TheBB) - Movw
SPC m HtoSPC m m(thanks to robbyoconnor)
- Use exec-path-from-shell-copy-env to set
GOPATH(thanks to jenanwise) - Fix multiple paths support in
GOPATHon Windows (thanks to galaxian) - Move all oracle key bindings under
SPC m otoSPC m rsinceSPC m ois now reserved for users (thanks to TheBB) - Adapt key bindings to conventions,
SPC m bis nowSPC m eandSPC m dis nowSPC m h(thanks to bogdanteleaga) - Move
SPC m rtoSPC m r nwhich conflicted with oracle key bindings (thanks to bogdanteleaga)
- Fix eldoc configuration (thanks to thudo)
- Make
ghc-modoptional (thanks to michelk) - Disable line highlighting when shm is enabled (thanks to d12frosted)
- Add for CSS files
SPC m z candSPC m z oto contract and expand CSS blocks (thanks to ralesi) - Add
SPC m g h(helm-css-scss) tocss-mode(thanks to TheBB) - Add support for
jadefiles (thanks to robbyoconnor) - Add flycheck for
slimandhamlmodes (thanks to robbyoconnor) - Add rainbow delimiters for
haml,jadeandslimmodes (thanks to robbyoconnor) - Add
.eexextension toweb-mode(thanks to gilbertkennen) - Add
.ejsfiles toweb-mode(thanks to robbyoconnor) - Add
.twigfiles toweb-mode(thanks to axyz) - Add
.aspfiles toweb-mode(thanks to TheBB) - Add
gjandgkkey bindings to go to siblings elements in web micro-state (thanks to TheBB) - Enable
smartparensin CSS like modes (thanks to TheBB) - Fix extra space in declared pair <%= %> (thanks to dsdshcym)
- Fix
rkey bindings in web micro-state (thanks to CestDiego) - Fix smartparens configuration (thanks to TheBB)
- Move
SPC m oandSPC m OtoSPC m iandSPC m IsinceSPC m ois now reserved for users (thanks to TheBB)
- Diminish
eclimminor mode lighter (thanks to Devagamster)
- Add
json-snatcheronSPC m h p(thanks to CestDiego)
- Fix backticks and single quotes insertion (thanks to x-ji)
- Fix
smartparensconfiguration (thanks to fintelkai) - Move
SPC m otoSPC m fsinceSPC m ois now reserved for users (thanks to TheBB)
- Install
org-plus-contribfrom org ELPA repository - Add table related key bindins on `SPC m t` (thanks to JP-Ellis)
- Add defer loading for
toc-org. - Add
gnuplotpackage to plot data from tables (thanks to JP-Ellis) - Add
org-mime(moved fromgnuslayers) - Add new key bindings to move whole subtrees up/down/right/left with
SPC m Sprefix (thanks to katshinka) - Add new key bindings to move between complex TODO sets with
SPC m C-Sprefix (thanks to katshinka) - Add more cycling options for time-stamps, headlines, items, properties with
SPC m L,SPC m K, etc… (thanks to katshinka) - Add key bindings
SPC m .to insert time-stamps (thanks to katshinka) - Set
toc-org-max-depthto 10. - Move
SPC m otoSPC m lsinceSPC m ois now reserved for users (thanks to TheBB) - Ensure that
org-directoryexists on load (thanks to ralesi) - Fix
SPC m lby callingorg-open-at-pointinstead ofevil-org-open-links(thanks to TheBB) - Fix org-repo-todo loading (thanks to TheBB)
- Re-factor and expand support for trash can (thanks to usharf)
- Add support for
launchctld(thanks to usharf) - Add new key binding to toggle fullscreen which should fix the usage of left command key for this command (thanks to sooheon)
- Change obsolete
new-framefunction tomake-frame(thanks to fintelkai)
- Add
ox-pandocpackage (thanks to jcf)
php-extrasis not correctly installed- Enable flycheck (thanks to rakyi)
- Enable
flchecksupport (thanks to tko)
- Apply new conventions for test key bindings
- Fix
anaconda-modekey bindings for latest version ofanaconda-modepackage (thanks cpaulik) - Fix
py-yapfforyapf>= 0.3.0 (yapfnow returns 2 if source code was changed) (thanks to a-sk) - Use
quit-windowto close documentation popup (thanks to cpaulik) - Enable
evil-matchit(thanks to robbyoconnor) - Move anaconda server cache files to
.cachedirectory (thanks to person808)
- Enable insert state after
SPC m s Baccordingly to the conventions (thanks to jmiven)
- Fix
ranger-up-directorykey binding on-(thanks to ralesi)
- Use
enh-ruby-modeon interpreter-detected ruby files. This makes ruby files that start with shebang ruby directives useenh-ruby-mode(thanks to jenanwise) - Add some
ruby-toolskey bindings (thanks to chrismcg) - Enable
evil-matchit(thanks to robbyoconnor)
- Activate
projectile-railsmode for any type of files in a rails project (thanks to liuxiang)
- Add
racerpackage (thanks to cdlm)
- Add
salt-modepackage (thanks to beardedprojamz)
- Add binding for
ensime-pop-find-definition-stackonSPC m g p(thanks to alexanderkjeldaas) - Remove key binding
SPC m ?(thanks to Profpatsch)
- Add support for Geiser (thanks to kingcons)
- Add Bing (thanks to Devagamster)
- Add Spacemacs Pull Requests
- Add
eldocsupport in eshell (thanks to ppold) - Add a better prompt via
eshell-prompt-extrasfor eshell (thanks to ppold) - Add visual commands to eshell (thanks to ppold)
- Add support for
smart eshellin eshell via the layer variableshell-enable-smart-eshell(thanks to ppold) - Add auto-completion support for eshell (thanks to trishume)
- Automatically jump to prompt in insert state in eshell buffers (thanks to trishume)
- Add support for leader in
multi-term(thanks to martinmr) - Deactivate eshell automatic auto-completion popup for remote path since it can be slow, the popup must be called manually in remote paths (thanks to myrjola)
- Fix
magit-statusalias foreshell(thanks to myrjola) - Protect the
eshellprompt from deletion with evil commands. A new layer variableshell-protect-eshell-promptallows to opt-out this behavior (thanks to myrjola).
- Add
SPC e lto toggle error list buffer (thanks to bmag) - Add
SPC e vto verify the flycheck setup (thanks to bmag) - Add
SPC e hto describe the flycheck checkers (thanks to bmag)
- Show symlink paths (thanks to ralesi)
- Add
SPC a Wto open the Wakatime dashboard in the browser (thanks to CestDiego)
- Add spacing conventions for org files (thanks to person808)
- Move
SPC m T xconventions for executing tests in debug toSPC m t X - Add conventions for toggles which are under
SPC t,SPC TandSPC C-t. For major mode specific toggles onlySPC m Tis available. - Add
SPC m g bto go back to previous location after aSPC m g g. - Reserve
SPC m ofor users (thanks to TheBB)
- Add
with-eval-after-loadbackport (thanks to justbur) - Add new key bindings to evilified buffers:
g,GG,C-b,C-f,C-dandC-u(thanks to sooheon) - Add
C-zinevilified-stateto switch toemacs-statefor the next command (thanks to justbur) - Add
:eval-after-loadkeyword tospacemacs|evilify-mapmacro - Remove
yfrom evilified state keymap, use a visual selection instead. - Fix visual state key bindings in evilified buffers
- Prevent auto-evilification of buffers from overwriting
C-g - Rewrite on
evilify-mapmacro which is now simpler and more robust - Add on and off functions to toggles (thanks to TheBB)
- Add new function
spacemacs/describe-system-infowhich put useful information in the clipboard, ready to be pasted in an IRC channel for instance (thanks to swaroopch) - Add new functions
configuration-layer/declare-layerandconfiguration-layer/declare-layerswhich can be used inconfig.elfiles of a layer to add required layers. - Add macro
dotspacemacs|symbol-valuewith new special variable valuedisplay-graphic-p. This variable will evaluate(display-graphic-p)when called withdotspacemacs|symbol-value. Use this special value to be able to have unicode symbol in GUI client but not in terminal clients. - Add missing
spacemacs/function prefix (thanks to person808) - Add choice of distribution on install (thanks to justbur)
- Add distribution name in home buffer
- Add distribution to
spacemacs/describe-system(thanks to TheBB) - Rewrite evil-leader keys handling to make
M-mwork correctly (thanks to justbur) - Replace
after-init-hookwith better hookemacs-startup-hook(thanks to vkz) - Fix some crashes when a package cannot be updated and warn about such packages when updating (thanks to bmag)
- Fix
SPC unot repeating universal-argument (thanks to luxbock) - Fix Spacemacs Home Buffer to jump to bookmarks (thanks to travisbhartwell)
- Fix
ace-linkin spacemacs buffer (thanks to avoine) - Fix an issue with Emacs 25 in
init.el(not yet officially supported) (thanks to justbur) - Fix
returnbinding in terminal in home buffer(thanks to d12frosted) - Fix custom banner path (thanks to d12frosted)
- Fix inconsistent detection of orphaned packages to delete
- Set
gc-cons-thresholdto 100MB and define it ininit.el - Use
package-alistto resolve orphans - Better indentation for
spacemacs|add-togglemacro (thanks to TheBB) - Remove some dead code for
use-package(thanks to TheBB) - Remove
tooltip-use-echo-areausage which is obsolete since Emacs 24.1 (thanks to xfq) - Remove duplicate call to
dotspacemacs/init(thanks to sooheon) - Display home buffer links even when no banner are displayed (thanks to sooheon)
- Better centering of text in the home buffer
- Add contribution guidelines
CONTRIBUTE.md(thanks to robbyoconnor) - New documentation on layers (thanks to TheBB)
- Suppress byte compiler warnings on startup (thanks to justbur)
- Reactivate prefix command names since they are working correctly with
which-key(were also working withguide-key) (thanks to martinmr) - Delete deprecated
!usercontrib directory. - Removed lasts git submodules, Spacemacs is now submodule free!
- Typos and documentation improvements (thanks to agzam, alexanderkjeldaas, andyque, benwooth, BrianHicks, catern, cgrinds, d12frosted, Devagamster, gleber, Immortalin, jgertm, JinweiClarkChao, jmiven, JorisE, JoshTGreenwood, justbur, luxbock, mbertheau, mortonfox, nwolfe, oneeman, person808, rakyi, sotte, robbyoconnor, robmerrell, screamish, sooheon, srid, swaroopch, syohex, travisbhartwell, x-ji, xfq, zmthy)
- Fix error with
SPC h b(bookmarks) (thanks to sgepigon)
- Fix initialization of
reveal-in-osx-finder(thanks to fintelkai)
- Temporarily switch to HTTP instead of HTTPS to communicate with elpa.gnu.org (thanks to robbyoconnor)
- Fix key bindings for new Clojure major modes:
clojurec-mode,clojurescript-modeandclojurex-mode(thanks to benalbrecht)
- Rename
reveal-in-finderto its new namereveal-in-osx-finder(thanks to syohex)
- Fix
magit-repository-directoriesvariable name (thanks to travisbhartwell) - Fix
magit-blamekey binding (thanks to jenanwise) - Use
magit-log-allinstead ofmagit-logonSPC g l(thanks to tuhdo)
- Typos and documentation improvements (thanks to cscorley, dstcruz, h3dkandi, kccai, MadAnd, person808, Profpatsch, stnly, stormpat, xfq, zachlatta)
- Fix
Fin Vim style inMagitstatus buffer, nowFis correctly bound topullpopup menu - Fix intermittent erroneous
kkey binding inMagitstatus buffer.
- Fix mandatory dependency on
evil-escape - Fix evilification of
evil-escapestarter key
- Spacemacs is now compatible only with
Magit 2.1and later, be sure to update your packages. auctexlayer has been renamedlatex, be sure to update your dotfile if you use this layer.erlang/elixirlayer has been split into two layerserlangandelixir, be sure to update your dotfile if you use these layers.gitlayer has been split into two layers:gitandgithubso the layer variablegit-enabled-github-supportis deprecated, you have to add the layergithubin your dotfile.git-gutterhas been replaced bydiff-hl. This package is in the new layerversion-control, be sure to add this new layer to your dotfile.- Projectile key bindings changes:
SPC p eis nowSPC p r(recent files)SPC p Ris nowSPC p G(regenerate tags)SPC p ris nowSPC p R(replace)
- Add support for Magit 2.1!
- Helm now uses its header to display the input pattern.
- Use Flycheck default configuration to check the current buffer in “real time” (yes this is a hot new features :-))
- New interactive function
spacemacs/switch-to-version, it will ask for a version number and warn if the current branch is notmaster. Users ondevelopbranch cannot use this function (it has no effect). - Clicking on the up arrow in the mode-line will now update Spacemacs. A prompt asks for confirmation before updating.
- New “tool assisted” search and replace interface supporting
ag,pt, andackwith a new key binding scheme. Check the documentation forsearching with an external tool.
- elixir (split from
erlang-elixir) - erlang (split from
erlang-elixir) - github (split from
git) - ipython-notebook (ein) (thanks to CestDiego)
- latex (renamed from
auctex) - version-control
- New variable
dotspacemacs-auto-save-file-locationwhich enable or disable auto-saving of modified files. Possible values areoriginalto auto-save the file in-place,cacheto auto-save the file to another file stored in the cache directory andnilto disable auto-saving. Default value iscache.
- Add text alignment key bindings on
SPC x aprefix (thanks to justbur and TheBB) - Remove the kill ring from
savehist-additional-variablesto avoid an issue with abnormal high size ofsavehistfile (thanks to tuhdo) - Add documentation files to
helm-spacemacs(thanks to person808) - Add support for
.orgfiles inhelm-spacemacs(thanks to tuhdo) - Add explicit titles for documentation files in
helm-spacemacs(thanks to tuhdo) - Remove the dependency on
flibrary inhelm-spacemacs(thanks to person808) - Revert
C-oinholy-modesince it shadows too many packages key bindings (thanks to tuhdo) - Evilify
helm-agandhelm-grepbuffers (obtained by pressingf3in the helm buffer while searching) (thanks to cpaulik) - Search with
ag,ptandackare done with the same interface based onhelm-ag - Add search integration in
expand-regionandauto-highlight-symbol(thanks to justbur) - Update search with
grepto match the new search interface (thanks to justbur) - Quote input when default text is used in search (thanks to justbur)
smart-search-projectonSPC /now fallback to searching files in current directory when there is no project (thanks to justbur)- Replace
dired-goto-filewithhelm-find-filesin Dired (thanks to tuhdo) - Add support for .org files to
SPC s lkey binding, it allows to quickly jump to file headers using Helm (thanks to tuhdo) - Re-enable
auto-savemode (thanks to tuhdo) - Set
:defer 1inhelminitialization (which means that helm will be auto-loaded automatically after 1 second of idle time) - Fix
helm-resumeopening window in half of split screen (thanks to sooheon) - Use
helmheader to display the input pattern (thanks to tuhdo) - Fix
open-in-external-appwhen the buffer is not visiting a file (thanks to travisbhartwell) - Prevent paste micro-state to be triggered by
C-rininsert state - Projectile key bindings changes:
SPC p eis nowSPC p r(recent files)SPC p Ris nowSPC p G(regenerate tags)SPC p ris nowSPC p R(replace) - Remove
comint-delchar-or-maybe-eofonC-d, it fixesC-dscroll down behavior innormal state, user has to press the stock bindingC-c C-dto send anEOF(thanks to kini)
- Yasnippet: Default
helm-yas-display-key-on-candidatetot(thanks to BrianHicks) - Yasnippet: Disable
smartparenswhile expanding to fix a bug withhippie-expand(thanks to tuhdo) - New layer variable
auto-completion-enable-snippets-in-popupto add snippets directly to auto-completion popup (thanks to person808)
- Fix
.ahkfile extension declaration (thanks to ralesi)
- Add package
gdb-mi(gdb-many-windows) which enables an IDE like debugger frontend for Emacs (thanks to tuhdo)
- Add
SPC e wto eval last sexp and replace it with the result (thanks to DayoOliyide) - Evilify Cider inspector (thanks to ppold)
- List all Elixir key bindings in README
- Update configuration to support new
alchemist1.0 feature (thanks to tonini) - Enable auto-completion support
- Add new Spacemacs snippets
micro-stateandnew-package(thanks to CestDiego) - Add (f)ielm-indent-line for
ielmmode (thanks to BlinkD)
- Remove the extension and use the MELPA package
- Use
erc-yankonpin normal state ifgistpackage is available (thanks to CestDiego)
- Update configuration to support last upstream changes (thanks to hlissner and MadAnd)
- Enable
QMLmode for.qmlfiles (thanks to bennofs)
- Add support for workspace labels (thanks to rphillips)
- Evilify
ledger-report-mode(thanks to darkfeline)
- Replace
git-gutterbydiff-hl(thanks to tuhdo) - Remove
gcprefix command as unused from guide-key (thanks to tko) - Add
magit-diffkey binding onSPC g d(thanks to kevinushey) - Evilify
magit-diffbuffer - Implement fullscreen for
Magitwithout advices (thanks to tarsius) - Fix whitespace toggles for
Magit(thanks to tarsius) - Remove deprecated
magit-last-seen-setup-instructions(thanks to tarsius) - Move whitespace toggle in
MagittoC-S-w - Add
SPC g Lto display the log for the current file (thanks to tko)
- Add
SPC m g ato switch between tests and implementation (thanks to jenanwise)
- Enable
helm-gtagsforcompilation-modeandshell-mode(thanks to tuhdo)
- Add
company-cabalsupport for auto-completion in.cabalfiles (thanks to bjarkevad) - Fix error with
electric-indent-local-modein some versions of Emacs (thanks to jeremyjh)
- Add key bindings on major-specific leader (thanks to cpaulik)
- Add
C-RETandS-RETkey bindings to behave like theeinweb interface (thanks to cpaulik) - Bind
SPC f sto save the notebook (thanks to cpaulik)
- Add support for
RefTeX(thanks to JP-Ellis) - Add support for
LatexMk, to enable it set the layer variablelatex-build-commandto"LatexMk"(thanks to JP-Ellis) - Use
auto-fill-mode, with an environment-aware auto-fill function, you can enableauto-fillsupport by setting the layer variablelatex-enable-auto-filltot. You can also inhibit it in some environments with the variablelatex-nofill-env(thanks to JP-Ellis) - Remove
build-viewin favour of justbuildas it seemed to be broken and introduceSPC m vto view (thanks to JP-Ellis) - General settings should now be easier to override in
dotspacemacs/config - Fix errors due to layer renaming (thanks to JP-Ellis and autosquid)
- Add font-locking for code blocks (thanks to kennethlove)
- Add support for a bunch of languages for code blocks (thanks to dexafree)
- Don’t auto-close backticks (thanks to edwintorok)
- Fontify code blocks (thanks to tuhdo)
- Add
toc-orgpackage (thanks to CestDiego) - Tweak org-pomodoro mode-line integration (Add missing leading space)
- Move
org-clock-save.elto cache folder (thanks to BlinkD) - Add key binding
SPC m :fororg-set-tags(thanks to cpaulik)
- New variable
osx-use-option-as-metaallowing to enable or disable the mapping ofoptionkey tometakey. This is especially useful for some European keyboard layouts like Finish or Swedish (thanks to tko) - Add
⌘ +and⌘ -key bindings to scale text (thanks to JoshTGreenwood and zimbatm) - Only update
dired-use-ls-diredifglswas found on path (thanks to usharf) - Add reveal in finder on
C-⌘ f(thanks to usharf) - Add key bindings
⌘ a(select all)⌘ W(close frame) and⌘ n(new frame) (thanks to mveytsman) - Fix
⌘ vpaste behavior (thanks sooheon)
- Add
SPC a s pto start apowershellbuffer (thanks to ralesi) - Add
SPC m r rforpowershell-regexp-to-regex(thanks to ralesi) - Add
$(text object (thanks to ralesi)
- Add Puppetfile support (thanks to nwolfe)
- New supported test runner:
pytest(thanks to cpaulik) - New layer variable
python-test-runnerto choose betweennoseandpytest - Set
indent-tabs-modetotin REPLs, should fix indent errors (thanks to tuhdo) - Fix a loading bug due to a typo in
latexlayer (thanks to cpaulik)
- Fix not working
electric-pair-skip(thanks x-ji)
- Fix some annoyance with deep indentations (thanks to trishume)
- Add support for
flycheck(thanks to swaroopch) - Add support for auto-completion via
racer(thanks to JP-Ellis) - Use
compileinstead of the shell forcargo. This allow Emacs to parse the output, including all the errors (thanks to JP-Ellis)
- Set classpath directory of
ensimeto.cache/ensime(thanks to cyrillk)
- Add a bunch of key bindings (thanks to spigo900)
- Now use the
flycheckdefault configuration to trigger checks. Checks are now performed live (thanks to tuhdo and thrnio)
- Add spacemacs-theme! (WIP) (thanks to nashamri)
- Add tao theme (thanks to elais)
- New interactive function
spacemacs/switch-to-version - Clicking on the up arrow will now update Spacemacs
- Add a link to Vimmers guide in quick help of startup buffer (thanks to person808)
- Enable
use-package-verbosewhendotspacemacs-verbose-loadingis set tot - Better name for placeholders in layer templates (thanks to kini)
- Beautify change log (thanks to tuhdo)
- Layers are now auto-discovered recursively which allow arbitrary
directory hierarchy. Directory names starting with
!are categories. (thanks to TheBB) - Fix regression when
dotspacemacs-startup-banneris set tonil(thanks to ptb) - Fix home buffer keys in terminal (thanks to tuhdo)
- Fix bookmark list in home buffer (thanks to fandag)
- Add support for
material-lighttheme (thanks to cpaulik) - Use SSL to contact elpa repositories when possible (thanks to zimbatm)
- Emacs 25 required the line
(package-initialize)in theinit.elfile (thanks to justbur) - Add the possibility to call
configuration-layer/update-packagesin batch mode (thanks to travisbhartwell)
- Conversion of all layer README.md files to .org (thanks to CestDiego and cpaulik)
- Conversion of documentation files to .org (thanks to person808)
- Add a guide for Vimmers in
docdirectory (thanks to person808) - Typos and documentation improvements (thanks to cloudbring, duerrp, dxnn, dvberkel, fotoetienne, JoshTGreenwood, kccai, OliverM, MadAnd, person808, robbyoconnor, royseto, swaroopch, travisbhartwell, tuhdo, xfq)
- Fix bug with
ox-gfmby moving it to extensions
- Fix detection of new versions by correctly fetch latest changes
- Fix lazy-loading of
ox-gfmpackage.
- Catch layer variables syntax errors
- All Emacs Lisp related configuration has been moved to its own layer
called
emacs-lisp, be sure to add this layer to your dotfile. - All shell related configuration has been move to its own layer called
shell, be sure to add this layer to your dotfile if you use a shell inside Emacs. - Key binding to reload the dotfile is now
SPC f e Rinstead ofC-c C-corSPC m c c. Note thatSPC f e Rcan be triggered anywhere (it is not restricted to the doftile anymore). - Key binding to switch buffer is now
SPC b binstead ofSPC b s. SPC f fnow useshelm-find-filesinstead ofido, use the new dotfile variabledotspacemacs-use-idoto get the old behavior back.- Helm
TABandC-zkey bindings have been swapped. - By default single space sentence delimiter is defined.
- Layer variable values set with
:variableskeyword need to be quoted like in a regularsetqexpression.
- Agda (thanks to ocharles)
- Chrome (thanks to beardedprojamz)
- D (thanks to trishume)
- Deft (thanks to trishume)
- Emacs-lisp
- Emoji
- Eyebrowse
- Games (thanks to nashamri)
- Gnus (thanks to cpaulik)
- Gtags (thanks to tuhdo)
- iBuffer (thanks to alex-glv)
- Pandoc (thanks to cpaulik)
- Prodigy (thanks to CestDiego)
- Purescript (thanks to kofno)
- Rust (thanks to mkaito)
- Salt (thanks to beardedprojamz)
- Search Engine (thanks to CestDiego)
- Semantic (thanks to tuhdo)
- Shell
- Spotify (thanks to BrianHicks)
- Sql (thanks to BrianHicks)
- TypeScript
- Vim-powerline
- New variable
dotspacemacs-search-toolswhich is a list of search tool executable names. Spacemacs uses the first installed tool of the list with search related key bindings (SPC /,SPC s ...). Supported tools are `ag’, `pt’, `ack’ and `grep’.” - New variable
dotspacemacs-highlight-delimiterswhich selects a scope to highlight delimiters. Possible value isall,currentornil. Default isall. (thanks to tuhdo) - New variable
dotspacemacs-additional-packages. Adding packages to this list will install them without needing them to be wrapped in a layer. Ideal for quickly add a package. The package configuration can be put indotspacemas/config. - New variable
dotspacemacs-use-ido. If non nil thenidoreplaceshelmfor some commands. For now onlyfind-files(SPC f f) is replaced. - New key binding
SPC f e Dto open anediffbuffer between the user dotfile and the current template. - Disable paste micro-state by default, i.e. set the variable
dotspacemacs-enable-paste-micro-statetonilin the dotfile template.
- Add conventions for markup languages like
markdownororg(thanks to cpaulik)
- Auto-indent when pasting use the universal argument to not auto-indent (thanks to tuhdo)
- Fix
global-mode-stringfor mode-line (thanks to 3marcusw) - Display
guide-keybuffer at the bottom instead of the right so we get more space. Also fix some issues with other popup interaction. - Use single space sentence delimiter (thanks to roryk)
- Restore maximized frame state with
zoom-frm(thanks to ralesi) - Improve
golden-ratioexcluded buffers coverage (thanks to tuhdo) - Add missing
evil-window-*commands togolden-ratiomanaged commands (thanks to riclima) - Add CamelCase motion toggle to
subword-mode(thanks to mkcode) - Add
open-junk-filepackage which allows to quickly create a junk file in.cachedirectory. Bound toSPC f J(thanks to tuhdo) - Add
SPC T sto toggle semantic-stickyfunc (thanks to cpaulik) - Add
SPC b YandSPC b Pto copy/paste whole buffer (thanks to swaroopch) - Add
SPC h d btodescribe-bindings(thanks to mkcode) - Add toggle to hide/show the mode line on
SPC t m t(thanks to jupl) - Add
move-textmicro-state - Add
highlight-parenthesespackage which can activated by settingdotspacemacs-highlight-delimiterstocurrent(thanks to tuhdo) - Add
clean-aindent-modepackage to cleanly delete virtual indentation (thanks to tuhdo) - Move
yasnippetandhippie-exptoauto-completionlayer. - Move
multi-termand shell packages to newshelllayer - Move
flyspellandhelm-flyspelltosyntax-checkinglayer - Move
SPC b rtoSPC f R(rename file) - Move some toggles key bindings which are now:
SPC t sfor syntax checkingSPC t Sfor spelling checkingSPC t ffor fill columnSPC t Ffor auto-fillSPC t cfor camelcase
- Move
sp-local-pairto:configofsmartparensso user can override them (thanks to person808) - Remove
SPC b 0andSPC b $redundant key bindings (thanks to tuhdo) - Remove all themes from the layer (since now themes are not automatically uninstalled).
- Don’t use the minibuffer for
scrollmicro-state - Don’t close compilation buffer after success (thanks to TheBB)
- Make
trailing-whitespaceface more subtle (thanks to tuhdo) - Beautify whitespace highlighting (thanks to tuhdo)
- Make inactive window face of mode-line compatible with more themes (thanks to tuhdo)
- Fix the
recentf-excludevariable, now cache folder is correctly excluded (thanks to rcherrueau) - Fix global toggle for whitespace.
- Fix for new line insertions with
SPC i(thanks to nashamri) - Fix
spraycursor issue when quitting. - Tweak
fci-modeface color, should be better in most themes (thanks to tuhdo) - Improve
smooth-scrollconfiguration (thanks to sooheon) - Refactor
spacemacs/init-evil-lisp-stateto useuse-package(thanks to mveytsman)
- Switch commands for
TabandC-zin Helm (thanks to darkfeline) - Remove Helm header line to make it clearer (thanks to tuhdo)
- Manually manage
popwinto improve popup window interactions (thanks to tuhdo) - Enable fuzzy matching in Helm (thanks to ralesi)
- Turn on colors in
helm-swoop(thanks to danielwuz) - Render README.md file of layers with
Open READMEaction ofhelm-spacemacs, use the universal argumentC-uto open the file without rendering it (thanks to tuhdo) - Add dotfile variables helm source to
helm-spacemac - Add support for extensions in
helm-spacemacs - Use
helm-pp-bookmarksinstead ofhelm-bookmarks(thanks to darkfeline) - Move
C-SPConM-SPCandS-M-SPCforhelmandidomicro-states. - Make
helm-find-filesbackspacekey behave likeido(thanks to tuhdo) - Fix aggressive manipulation of
face-remapping-alistinhelmandido - Automatically create directories if needed when renaming a file (thanks to env0der)
- Replace
helm-projectile-vc(which does not exist) byprojectile-vc(thanks to swaroopch) - Fix
toggle-maximize-buffer(thanks to tuhdo)
- Use non-visual lines for j/k navigation (thanks to mlsteele)
- Enable
evil-execute-in-normal-stateinholy-mode - Better default face for
evil-search-highlight-persist-highlight-face(thanks to tuhdo) - Add visual state mapping for
<and>to<gvand>gvrespectively (allow to indent a region several times). - Add
spacemacs/smart-goto-definitionwhich attempts to callSPC m g gand falls back toevil-goto-definitionif that fails (thanks to luxbock) - Replace
C-owithM-oindiredbuffer sinceC-ois replaced withevil-execute-in-normal-state(thanks to tuhdo) - Make
evil-smart-*functions respect the leader key (thanks to person808) - Advice
evil-jump-to-varwithevil-set-jump(thanks to luxbock) - Temporary hack to speed up
ace-jump-line(SPC l) as an evil motion.
- Add
RefTeXpackage (thanks to rpglover64) - Add
flychecksupport build-viewalways recompile TeX (thanks to kvelicka)
- New variables:
auto-completion-return-key-behaviorset the action to perform when theRETkey is pressed, the possible values arecompleteandnil.auto-completion-tab-key-behaviorset the action to perform when theTABkey is pressed, the possible values arecomplete,cycleandnilauto-completion-complete-with-key-sequenceis a string of two characters denoting a key sequence that will perform acompleteaction if the sequence has been entered quickly enough. If its value isnilthen the feature is disabled.- Default values are
RET->complete,TAB->cycleand sequence isnil
- Rename
auto-completion-enable-company-help-tooltiptoauto-completion-enable-help-tooltip - Add support for
company-statistics, to activate it set the layer variableauto-completion-enable-sort-by-usagetot(thanks to person808) - Add
auto-yasnippetpackage onSPC i S(thanks to tuhdo) - Disable
company-tooltip-flip(thanks to tuhdo) - Allow a snippet to wrap around a selected region when expanded,
press
C-x C-xto go to the original mark and runyas-expandto wrap the selected region in expanded snippet. (thanks to tuhdo) - Allow
hippie-expandto expand snippets (thanks to tuhdo) - Remove
company-yasnippetbackends useSPC i sandC-p - Fix
companyandfci-modeincompatibility (thanks to tuhdo) - Fix wrong creation location for new snippets with
yas-new-snippet(thanks to CestDiego) SPC t anow correctly togglecompanyby default.- Remove unneeded
yasnippet-snippetssubmodule (thanks mkcode) - Better lazy-loading of
yasnippet(thanks to tuhdo)
- Use MELPA package (thanks to ralesi)
- New layer variable
c-c++-enable-clang-support - New layer variable
c-c++-default-mode-for-headers(thanks to ceales) - Remove unnecessary
auto-mode-alist(thanks ceales) - Add
clang-formatsupport (thanks to gnzlbg)
- Add better integration with edit-server package (thanks to CestDiego)
- Added Gmail messages support with
hammode (thanks to CestDiego)
- Add binding to connect to REPL in Cider on
SPC m s c(thanks to jcsims) - Add
SPC m t ato reload test namespace before running all tests (thanks to voxdolo) - Add
SPC m t rto reload test namespace and re-run failed tests (thanks to voxdolo) - Add
SPC m t tto reload test namespace and run focused test (thanks to voxdolo)
- Add
rainbow indentifierscolor profiles forgothamandmaterialthemes. - Add colorization of keywords and function names for
rainbow indentifiers. - New variable
colors-theme-identifiers-sat&lightto set default lightness and saturation for a given theme.
- Move
SPC m fbindings for code formatting toSPC m = - Add
macrosteppackage with a micro-state onSPC m d m(thanks to person808)
- Add ERC channels to mode-line (thanks to swaroopch)
- Add
SPC a i ikey binding to switch to active ERC channels (thanks to swaroopch) - Highlight nicks using
erc-hl-nicks(thanks to CestDiego) - Image inline support using
erc-image(thanks to CestDiego) - Logging to ~/.emacs.d/.cache/erc-logs (thanks to CestDiego)
ViewLogModefor viewing logs (thanks to CestDiego)- YouTube videos Thumbnails inline using
erc-yt(thanks to CestDiego) - Social Graph for ERC messages using
erc-social-graph(thanks to CestDiego)
- Fix lazy-loading of packages (thanks to jcpetkovich)
- Update to take care of the merge of
company-essiness(thanks to jcpetkovich)
- Add
matlabpackage (thanks to TheBB)
- Make
git-gutterkey bindings work with or without the fringe (thanks to person808) - Fix
git-gutterandlinum-modeintegration (thanks to person808) - Fix
skey binding to stage item in visual state. - Replace
with-eval-after-loadbyeval-after-load(compatible with 24.3) (thanks to person808) - Disable
evil-snipeinmagit-status-mode(thanks to person808) - Enable
fci-mode(fill column) ingit-commit-mode(thanks to tuhdo) - Add
helm-gitignorepackage onSPC g I(thanks to jupl)
- Add
helm-gtags-dwim-other-windowonSPC m g G(thanks to mijoharas)
- ensure
haskell-indentationis loaded before calling members (thanks to chrisbarrett) - fix misspelled references to keymaps (thanks to chrisbarrett)
- fix function names
identationinstead ofindentation(thanks to chrisbarrett) - Fix
haskell-indentationeval-after-load(thanks to chrisbarrett) - Fix
ghci-ngkey bindings being overridden (thanks to bjarkevad) - Use new package
haskell-snippets - Use
ghci-ngfor functionhaskell-process-do-type-on-prev-line(thanks to bjarkevad)
- Improve
webmicro-state key bindings (thanks to CestDiego) emmetkey bindings fixes (thanks to louy2 and mkcode)- Use only
smartparensinweb-mode(thanks to louy2 and mkcode) - Add
ecotoweb-modeauto-mode-alist(thanks to louy2 and mkcode) - Fix buggy
Tkey withemmet - Add
company-webpackage (thanks to CestDiego) - Add a bunch of new pairs to
sp-local-pair(thanks to CestDiego) - Turn on
rainbow-delimitersforLESSandSCSS(thanks to jupl)
- Add
js-docpackage (thanks to geksilla) - Add
web-beautifypackage onSPC m =(thanks to elliotec) - Apply key bindings conventions to some
ternkey bindings.
- Add support for auto-completion (thanks to mijoharas)
- Add a bunch of new key bindings to improve consistency of key bindings for markup languages, see commit (thanks to cpaulik)
- Add markdown render buffer command on
SPC m c r(thanks to CarlQLange) - Add
SPC m i kto insert<kbd>...</kbd>pairs (thanks to CestDiego)
- Add REPL using
utop(thanks to edwintorok) - Auto-indentation using
ocp-indent(thanks to edwintorok) - Add support for
companyauto-completion (thanks to edwintorok) - Add support for
flychecksyntax checking (thanks to edwintorok) - New
merlinkey bindings (thanks to edwintorok)
- Add a bunch of new key bindings to improve consistency of key bindings for markup languages, see commit (thanks to cpaulik)
- Use
org-startup-indentedinstead of a hook so users can easily
remove org-indent-mode (thanks to darkfeline)
- Add support for
org-pomodoro-clockto mode-line (thanks to swaroopch) - Add
org-presentpackage (thanks to swaroopch) - Add
SPC m jforhelm-org-in-buffer-headings(thanks to swaroopch) - Add
SPC m nfororg-narrow-to-subtree(thanks to mattly) - Add
SPC m Nforwiden(thanks to mattly) - Add
SPC m i kto insert<kbd>...</kbd>pairs (thanks to CestDiego) - Add
htmlizepackage to enable syntax highlight in export HTML (thanks to tetsusoh) - Fix error with
org-async(thanks to justbur)
- Make
Command-swork with other modes (thanks to linktohack) - Make
diredusecoreutils glsif installed (thanks to usharf)
- Add a bunch of key bindings see commit (thanks to snandan)
- Add
auto-completionsupport (thanks to PierreR)
- Add YAPF extension for buffer formatting (thanks to kennethlove)
nose.elis now compatible withvirtualenv(thanks to danielwuz)- Add a function to remove unused imports
python-remove-unused-importsonSPC m c i(thanks to danielwuz) - Add
pip-requirementpackage (thanks to CestDiego) - Enable
companyin Python REPL for code completion (thanks to tuhdo) - Fix wrong extra parenthesis when inserting a breakpoint (thanks to CestDiego)
- Don’t enable Vim key bindings in REPL if
holy-modeis active (thanks to tuhdo) - Fix Python and Semantic integration when no
pythonexecutable can be found on the system (thanks to tuhdo)
- Add
rcirc-track-minor-modeto thercirc-mode-hooks(thanks to luxbock)
- Fix
ruby-test-modeinitialization - Fix auto-completion (thanks to trishume)
- Fix Rails mappings showing up in non rails projects (thanks to horrorvacui)
- Add
:Aex-command which switches between implementation and test (thanks to naliwajek) - Remove overloading of function
erm-darken-color
- Add key bindings for cargo build, run, test (thanks to swaroopch)
- Add
SPC m d Ato attach to remote debugger (thanks to siegelzero)
- Create directory for
semanticdbif it doesn’t exist (thanks to CestDiego)
- Use
shell-popto toggle shell/eshell and terminals (thanks to tuhdo) - Add binding for EOF (^D) in
term(thanks to darkfeline) - Bind
term-send-tabonly in insert state (thanks to darkfeline) upanddownin shell to cycle through previous commands (thanks to ralesi)- Fix for
pastecommand inmulti-term. - Add
SPC p $ tto runmulti-termat project root
- Disable
smartparensin SLIME REPL (thanks to tuhdo)
- Fix
smexprompt whitespace (thanks to TheBB)
- New variable
syntax-checking-flycheck-pos-tipto enable or disable documentation popup (thanks to beardedprojamz)
- Add
apropospriate-themeto megapack - Add
jazz-themeto megapack (thanks to matDobek) - Fix theme-to-package rules for
base16(thanks to mkaito)
- Add support for motion state (thanks to rphillips)
- Update with last patches (thanks to person808)
- Exclude terminal modes (thanks to tonylotts)
- Move C/C++ related configuration to
c-c++layer.
- Add support for
use-packageinjected hooks (not yet documented) - It is now possible to create a layer directly in a known configuration layer path. A helm buffer will ask for a known path or a new path (thanks to justbur)
- The
:variableskeyword now behaves like regularsetq. - Add org elpa repository
- Use
archiveinstead ofpackage-alistto detect orphans (fix false orphan positives when the dependencies of a package change) - Improve support for images in Spacemacs banner, it is now possible to use any image format supported by Emacs (thanks to jupl)
- Prefix all category folders in
contribwith!(thanks to trishume) - Smarter buffer switching which tries to avoid special buffers, you can
customize
spacemacs-useless-buffers-regexpto define other buffers to avoid (thanks to person808) - Warn about duplicated layers
- Improvements to home buffer: Quick Help, Content toggles, link faces, better key bindings (thanks to tuhdo)
dotspacemacs/locationnow respectdotspacemacs-filepathvalue (thanks to coldnew)- Avoid conflict with hydra’s
lv.el(thanks to edwintorok) - Update layer templates to use
setqinstead ofdefvar(thanks to person808)
- Replace
defvarwithsetqfor variable definition<layer>-packages,<layer>-pre-extensionsand<layer>-pre-extensions. - Themes in
dotspacemacs-themesare not considered orphans anymore - Fix “Unable to check for new version.” if
.emacs.dis a symlink (thanks to louy2) - Fix non unicode number spacing in mode-line
- Typos (thanks to Andrea, atamis, CarlQLange, charl, ctjhoa, Devagamster, dguilak, edwintorok, fhzerorubigd, jackwilsonv, jupl, kini, latkins, MadAnd, mlsteel, mosic, person808, skwuent, srid, swaroopch and zimbatm)
Thanks to the new holy-mode Spacemacs can now be used by Vim users
or Emacs users by setting the dotspacemacs-editing-style variable to
'vim or 'emacs in the dotfile. In Emacs style the leader is
available on M-m. It is possible to dynamically switch between the
two style with SPC P tab.
A package is now considered to be used only if there is a corresponding
<layer>/init-<package> function explicitly defined.
There is now two new functions to initialize a given package:
<layer>/pre-init-<package>which is called before the init function<layer>/post-init-<package>which is called after the init function
Even if a pre or post function exist for a given package, an init
function is still required to consider the package to be used.
Spacemacs now officially support auto-completion. The old layer
company-mode has been removed and auto-complete has been removed
from the spacemacs layer.
They are now part of a new layer called auto-completion.
You’ll have to this add layer to your dotfile to enable auto-completion.
Flycheck has been removed from the Spacemacs layer and moved to a new
layer called syntax-checking.
You’ll have to add this layer to your dotfile to enable the fly syntax
checking.
Org packages have been removed from Spacemacs layer and moved to a new
org layer.
You’ll have to add this layer to your dotfile to enable the Org
configuration of Spacemacs.
Recent files, project and bookmarks can be displayed on the startup
buffer. Check for the new dotfile variable dotspacemacs-startup-lists.
(thanks to CarlQLange)
Lighter letters have been updated, now the letter corresponds to the
key binding to toggle the associated mode. For instance auto-completion
is on ⓐ and thus can be toggled with SPC t a.
The package update should now prevent even more errors when upgrading a batch of packages.
- evil-commentary: Alternative to
evil-nerd-commenter(thanks to person808) - better-defaults: layer providing better defaults for Emacs commands, rather empty for now. (thanks to tuhdo)
- ERC: an IRC client (thanks to swaroopch)
- Racket: a lisp dialect (thanks to trishume)
- xkcd: browse for XKCD in Emacs (thanks to CestDiego)
- shell-scripts: layer containing shell specific modes like
fish-mode - editorconfig: add support for EditorConfig (thanks to jupl)
dotspacemacs-editing-stylecan be eithervimoremacs.dotspacemacs-verbose-loadingif non nil the loading prints logs in the*Messages*buffer. Default value isnil.dotspacemacs-startup-listsis a list of symbols to display recent items in the startup buffer, possible values are:recents,bookmarksandprojects(thanks to CarlQLange)
- Move to
auto-completionlayer
- Add key bindings
SPC m g aandSPC m g Afor open alternate file (thanks to mijoharas)
- Add
SPC m e feval function at point - Add
cider-eval-sexp-fu - Fix for
cider-send-function-to-repl(thanks to nashamri) - Replace
auto-completebycompanyfor auto-completion - Move
SPC dcommands onSPC hto meet Spacemacs convetions (thanks to cpaulik) - Open
cider-docwithout asking for symbol, close it withq(thanks to cpaulik)
- Move to
auto-completionlayer - Refactoring of
companyconfiguration, it is now lazy-loaded and thecompany-backendslist is now a buffer local variable.companyis not enabled globally anymore. - Set
company-delayto 0.2 instead of 0 - Ignore
company-quickhelpfor Emacs version < 24.4 - Add support for
companyin various languages (thanks to trishume)
- Add
eval-sexp-fu(thanks to tuhdo) - Enable eldoc in eval-expression and IELM (thanks to tuhdo)
- New key bindings
SPC m e b,SPC m e candSPC m e rto evaluate the buffer, the current form starting bysetordefand the region respectively (thanks to ralesi)
- Fix loading of
ess-R-object-popupandess-R-data-view(thanks to jcpetkovich)
- Add
Nimlanguage (thanks to trishume)
- Move to
syntax-checkinglayer - Add
flycheck-pos-tip(thanks to tuhdo) - Enable flycheck for
luafiles (thanks rphillips)
- Add
gitconfig-modeandgit-commit-mode(thanks to ralesi) - Add
gitattributes-modeandgitignore-mode(thanks to r4ts0n) - Add key bindings in rebase mode
- Add
git-linkpackage (thanks to CestDiego) - Enable Magit authentication on Windows (thanks to tuhdo)
- Loads
magit-gh-pullsonly after requesting it (thanks to cpaulik)
- Add
run-package-testscommand onSPC m t p(thanks to robmerrell) - Fix path to
go-oracle(thanks to Pursuit92)
- Move
SPC m tandSPC m iunderSPC m h - Remove
hi2(it is now integrated inhaskell-mode) - Disable
eletric-indent-mode - Fix
flycheck-haskellautoload (thanks to jcpetkovich) - Fix
flycheckloading - Move
SPC m ttoSPC m h taccording to Spacemacs conventions (thanks to jeremyjh) - Add C–
cmm-mode(thanks to bgamari)
- Add
helm-colorskey binding onSPC C l(thanks to tuhdo) - Make
helm-ff-doted-directoryconsistent (thanks to tuhdo) - Disable popwin-mode when a Helm session is active (thanks to tuhdo)
- Fix lazy-loading of helm for describe commands
- Add support for
ptthe platinum searcher (thanks to ralesi) - Add support for
helm-ag-edit - Add function
spacemacs/helm-projectile-search-dwimwhich select the first available external search tool (pt, ag, ack or grep) (thanks to ralesi) - Enable
helm-descbindsglobally (thanks to tuhdo) - Add key bindings for useful Helm commands:
helm-info-at-point,helm-man-woman,helm-locate-libraryandhelm-minibuffer-history(thanks to tuhdo) - Add key bindings for searching the web using
helm-suggest(thanks to cpaulik)
- New package providing Emacs edition style to Spacemacs
- rcirc: Create rcirc logging directory during init (thanks to jcpetkovich)
- New ERC layer (thanks to swaroopch)
- Add ERC keybindings (thans to cpaulik)
- Move startup key bindings to prefix
SPC a i
- Associate
.mkdwithmarkdown-mode(thanks to bgamari)
- Move to
orglayer - Bind evil-leader in org-agenda-map (thanks to luxbock)
- Add
org-pomodoroonSPC m p(thanks to swaroopch) - Add key bindings for
org-clock-cancelonSPC m q, andorg-set-effortonSPC m f(thanks to swaroopch) - Fix diminish of
org-indent
- Rebind
spacemacs/persp-switch-projecttoSPC p p(thanks to CestDiego)
- Move projectile switch project from
SPC p StoSPC p p
- Add helm-pydoc on
SPC m h d(thanks to danielwuz) - Fix
pylookupconfiguration
- Add key bindings for REPL interaction
- Lazy-load
projectile-rails - Remove mode-line lighter for
robe
- Do not enable ensime in non-file buffers (thanks to chrisbarrett)
- Use slime for indentation (thanks to tuhdo)
- Add extension for SBCL (thanks to tuhdo)
- Allow to create a common lisp scratch buffer with slime-scratch (thanks to tuhdo)
- Enable fuzzy completion with score (thanks to tuhdo)
- Don’t enable SLIME in Emacs Lisp (thanks to tuhdo)
- Enable smartparens in eval-expression (thanks to tuhdo)
- Fix
themes-megapacklayer where themes could not be browsed in Helm. - Add
materialtheme (thanks to cpaulik) - Add
darktooththeme (thanks to person808) - Add
gothamtheme (thanks to person808)
- Set global config only if not already set (thanks naseer)
- Add
sass-mode(thanks to ryanartecona) - Ensure that less gets loaded (thanks to mijoharas)
- New
evilstate calledevilifiedwhich is used in evilified buffers. - Remove the following packages from Spacemacs layer:
dired+,fancy-narrow,string-edit,visual-regexp-steroidsandwdired - Rename
*-declarepfunctions to*-usedpfunctions - Display block selection info in the mode line (thanks to emmanueltouzery)
- Bind
Kin normal state toSPC m h hif it exists (thanks to person808) - Add key binding for balancing windows on
SPC w =(thanks to kini) - Add key binding to indent region on
SPC j =(thanks to tuhdo) - Add key binding
SPC w SPCforace-window(thanks to ralesi) - Add key binding
SPC b hto open the startup buffer (thanks to ralesi) - Add key binding
SPC t ~to toggle Vim tildes - Add adaptive wrap which appropriately indents wrapped lines (thanks to person808)
- Add mouse support to line number column (thanks to ralesi)
- single click selects line
- double click selects text block
- drag across lines selects all lines dragged across
- Add
highlight-numbers(thanks to tuhdo) - Add
highlight-indentationonSPC t h iandSPC t h c(thanks to cpaulik) - Add ace-link package to spacemacs layer (thanks to danielwuz)
- Add
indent-guideonSPC t i(thanks to ralesi) - Add link to cpaulik tutorial to use the Spacemacs icons in Ubuntu Unity
- Add C-w and brackets [] to guide-key-sequence (thanks to ralesi)
- Add
info+to improve Info reading experience (thanks to tuhdo) - Add default layers to dotfile template:
auto-completion,better-defaults,git,markdown,organdsyntax-checking(thanks to CarlQLange) - Move some toggles on
SPC T: fringe, menu bar, tool bar, frame maximize, frame fullscreen, frame transparency - Restore rectangle-mark-mode key binding (thanks to tuhdo)
- Make <escape> quit the isearch-mode like vim (thanks to dsdshcym)
- Enable goto-address-prog-mode which makes URL in code comments clickable (thanks to tuhdo)
- Disable aggressive indent for ediff buffers (thanks chrisbarrett)
- Prevent cursor from moving into minibuffer prompt (thanks to tuhdo)
- Remove tildes in Spacemacs buffer and read-only buffers like Info and help (thanks to tuhdo)
- Ask user editing style when creating .spacemacs file (thanks to tuhdo)
- Fix for persistent-server if server never got started (thanks to ralesi)
- Fix nyan cat starting rainbow on a light background
- Fix some double loading of some packages
- Fix double loading of
extensions.elfiles - Fix question for preferred coding systems on Microsoft Windows
- Properly enable saveplace (thanks to tuhdo)
- Don’t bind
C-dinido-completion-maptoido-delete-file-at-head(thanks to segv) - Don’t refer to ~/.emacs.d/ directly at various places (thanks to jcpetkovich)
- Don’t want paste-micro-state to pop up when pasting in ex command prompt (thanks to ralesi)
- Don’t cycle when press TAB in eshell (thanks to tuhdo)
- Don’t insert extra quote in dotspacemacs-mode (thanks to tuhdo)
- Adapt some micro-states to the micro-state macro (thanks to ralesi)
- Improve smooth scrolling configuration (reduce some point jump) (thanks to tuhdo)
- Improve
dogebanner grammar (thanks to mathpunk) - New
HOTOWs.mdfile in/doc - Add
Buy A Drinkbadge to README.md - Typo and documentation updates (thanks to danielwuz, swaroopch, CestDiego, IvanMalison, agevelt, nwolfe)
- Don’t display the release notes in the startup buffer when Emacs is restarted after a fresh install
- Startup buffer: fix widget activation in
holy-mode(thanks to tuhdo) - Startup buffer: Don’t fontify the startup buffer when
rainbow-identifiers
- Fix error when toggling auto-completion in some buffers
- Add new
haskell-snippetspackage (fixes error with requiredhaskell-yas) - Fix missing quote in
haskell-indentation
- Org layer: exclude ox-gfm since it seems problematic for some users. package is used
- Fix auto-completion activation.
- Fix conflict between official Spacemacs solarized theme and
color-theme-solarizeddeclared inthemes-megapacklayer. - Add rules for all base16 themes (thanks to mkaito)
- revert back
agas the default search tool instead ofpt,ptcan conflict withptcommand line tool from TCL parser tools.
- See Github release page