#+COMMENT -*- mode: org -*-
This file contains the change log for the next major version of Spacemacs.
Use the following template structure and fill it in with your changes. When a release will be drafted, the notes will be copied at the top of the CHANGELOG.org file.
* Release 0.400.x ** 0.400.0 *** Breaking Changes **** Major **** Key bindings **** Layers ***** Layer 1 ***** Layer 2 ***** Layer 3 *** Hot new features *** Dotfile changes *** Core changes *** Distribution changes *** Layers **** New layers **** Layer 1 **** Layer 2 **** Layer 3 *** Various improvements **** Code syle and organization **** Documentation and website **** Testing and CI
- Remove obsolete hack erc-sasl
- Remove
spacemacs/counsel-gtags-define-keys-for-modewarnings - Add configuration layer for gleam-lang (thanks to Qynn Schwaab)
- Highlight ruby debugger lines appropriately
- Add support for Android emacs.
- Extensive use of lazy loading of packages and other tricks to reduce Spacemacs
startup time. In most cases you should see a noticable improvement in load
time and smoothness in startup. We also added the time spent to load your
personal
dotspacemacs/user-configso you can quickly spot if it is a bottleneck (thanks to Sylvain Benner, Ben Leggett, and bmag) - Added support for native line numbers in Emacs 26+ (thanks to bmag)
- Improved themes support. Support are now handled like regular packages. The
list of themes now supports
:locationkeyword like in package lists. More information in theThemessection of the documentation. - Added environment-variable caching. At startup, if the cache does not exist,
Spacemacs loads environment variables and writes the cache to be used on next
startup. Please read carefully the new documentation section
Environment variables and PATHinDOCUMENTATION.org(thanks to Sylvain Benner, Codruț Constantin Gușoi, fiveNinePlusR, Paolo G. Giarrusso, and Miciah Dashiel Butler Masters) - Improved support of custom settings file. All custom settings are now
encapsulated in a function called
dotspacemacs/emacs-custom-settingsin the dotfile if the user does not specify a custom location for the custom settings file by modifying the variablecustom-file. This allows Spacemacs to correctly loads custom settings at the end of the loading process, fixing unwanted overriden custom settings by layers. See sectionCustom variablesinDOCUMENTATION.org. - Introduction of
spacemacs-purposelayer that assigns newly created buffers to windows based on their inferred purpose (edit,help,chat,mail, etc.). See emacs-purpose repository for more info (thanks to bmag) - New distribution
spacemacs-dockerused to build the official docker image for the Spacemacs container (thanks to Eugene Yaremenko) - Added support for
ripgrep. To enable it addrgtodotspacemacs-search-tools.ripgrepkey bindings are underSPC s rprefix. (thanks to Aron Griffis) - Make
ripgrepwork properly withripgrep config files(thanks to Jacek Swierk) - Simplify declaration of company backends, see the section
Add auto-completion in a layerof theREADME.orgfile of theauto-completionlayer. - Added support for native fill column indicator in Emacs 27+ (thanks to Andriy Kmit)
- Add support for background transparency aka true transparency. Key bindings are under
SPC T B(thanks to JoshTRN) - Binding the
SPC f dfor deleting current buffer and file (thanks to Lin Sun) - Deprecate
company-elmbackend inelmlayer (thanks to Qynn Schwaab)
- Support for Emacs 25 or Emacs 26 has been dropped, the minimal Emacs version
is now
27.1.
- Change loading order of layers init functions. Previously the
pre-init,initandpost-initfunction were called in a row for each package. Now allpre-initfunctions are called for all packages, then allinitfunctions of all packages are called, finally allpost-initfunctions of all packages are called. It might require some updates of your private layers. - All custom settings are now encapsulated in a function called
dotspacemacs/emacs-custom-settingswhich is managed by Spacemacs and written to your dotfile. This allows Spacemacs to control when those settings are applied. While it should not break your custom settings you should check that they are all applied correctly once you reboot Emacs. Also you may have to clean up your dotfile if some custom settings are still present in your dotfile outside of the functiondotspacemacs/emacs-custom-settings. - Company backends declaration has been revamped to be less verbose and easier
to use. For more info see the section
Add auto-completion in a layerof the README.org file of theauto-completionlayer, also you can read commit message of commit 74fdbb6. - The function
add-flycheck-hookhas been renamed toenable-flycheck. - The property
:powerline-scaleof variabledotspacemacs-default-fonthas been removed and replaced by the property:separator-scaleused in the new dotfile variabledotspacemacs-mode-line-theme. - Fix issue where clicking on the recent files list in the Spacemacs buffer would produce a type error.
- Key bindings:
SPC p $to open the default shell in the project root (thanks to Ryan Prior)- Changed
SPC b BtoSPC b Iforibuffer(thanks to Thomas de Beauchêne) - Changed
SPC B btoSPC b Bfor non restricted buffer list (thanks to Thomas de Beauchêne) - Changed
SPC b itoSPC b tforimenutree view (thansk to Sylvain Benner) SPC b mnow opens the*Messages*buffer. The oldSPC b mto kill other buffers has been moved toSPC b C-d. Killing other buffers using a regular expression is now underSPC b C-D.- Changed
SPC f TtoSPC 0forneotree-show/treemacs-select-window(thanks to Dela Anthonio) - Changed
SPC j jfromevil-avy-goto-chartoevil-avy-goto-char-timer, and removed default binding forevil-avy-goto-char-2(thanks to duianto and Sylvain Benner) - Scrolling key bindings are now under
SPC Ninstead ofSPC nto be able to define more key bindings to scroll. - Changed decribe themes from
SPC h d ttoSPC h d T. SPC q zis nowSPC q fto kill a frame.- Remove
SPC T Nand makeSPC T ncycle and start the theme transient state (thanks to Sylvain Benner) - Restricted
SPC b C-dto only kill other buffers in current perspective (thanks to Seong Yong-ju) - Changed
SPC t t mfromtimeclock-modeline-displaywhich was deprecated in Emacs 24.3 totimeclock-mode-line-display(thanks to Zach Pearson) - Added
vim-style-enable-undo-regionstyle variables to enable undo-region in Vim editing style; disabled by default. (thanks to Benedict HW) - Added
SPC m r Rto show tide refactorings submenu (thanks to Roberto Previdi) - Added
SPC m R Fto autocorrect the current ruby file.
- Other:
- Support for multiple cursors using
evil-mcis now encapsulated in themultiple-cursorslayer (thanks to Codruț Constantin Gușoi)
- Support for multiple cursors using
- CMake support has been extracted from the
c-c++layer into the newcmakelayer. - LSP code navigation / completion added via clangd or ccls (thanks to Cormac Cannon)
- Removed cquery.
- Fixed layer crashing because of a deprecated function in flycheck-dmd-dub (thanks to Alecu Ștefan-Iulian)
- Add
J/Kfor scrolling down/up (thanks to Daniel Nicolai)
- ESS key bindings were re-organised in the following list
(thanks to Guido Kraemer, Yi Liu, Jack Kamm and Ben Swift):
SPC m ,foress-eval-region-or-function-or-paragraph-and-stepSPC m dforess-dev-mapSPC m h hforess-display-help-on-objectSPC m h pforess-R-dv-pprintSPC m h tforess-R-dv-ctableSPC m rforess-extra-mapSPC m s Bforess-eval-buffer-and-goSPC m s Dforess-eval-function-or-paragraph-and-stepSPC m s Fforess-eval-function-and-goSPC m s Lforess-eval-line-and-goSPC m s Rforess-eval-region-and-goSPC m s Sforess-switch-processSPC m s bforess-eval-bufferSPC m s dforess-eval-region-or-line-and-stepSPC m s fforess-eval-functionSPC m s iforspacemacs/ess-start-replSPC m s lforess-eval-lineSPC m s Qforess-quitSPC m s rforess-eval-regionSPC m s sforess-switch-to-inferior-or-script-bufferSPC m wforess-r-package-dev-map
- Fixed key bindings for ESS inferior modes (Nicholas Kirchner)
- Key bindings;
- Changed
SPC m p ttoSPC m t Fforalchemist-project-find-test(thanks to Lyuben Petrov)
- Changed
- Remove flycheck-mix-compile in favour of alchemist and lsp syntax checking
- Improvements:
- Adapted configuration to new transient commands of Magit (thanks to bmag)
- Key bindings;
- Changed
SPC g f htoSPC g f lfor ‘git log’ of current file (thanks to Ag Ibragimov)
- Changed
- Fixed rebase mode displaying incorrect keybindings when using emacs editing style
- Key bindings;
- Regenerate tags are now under
SPC m g Cinstead ofSPC m g c.
- Regenerate tags are now under
- Key bindings;
- Swapped key bindings for better usability (thanks to Tony Lotts):
SPC m s sforhaskell-interactive-switchSPC m s Sforspacemacs/haskell-interactive-bring
- Swapped key bindings for better usability (thanks to Tony Lotts):
- Removed
intero,ghc-mod(both not maintained any more) andcompany-ghci(not competitive) backends and madedantedefault backend (thanks to Martin Sosic)
- Improvements:
- Added function/binding to focus the imenu sidebar, creating it if none found.
- Key bindings:
- Bound new focus function under
SPC b i - Moved existing toggle binding to
SPC T i(fromSPC b t)
- Bound new focus function under
- Key bindings;
- Change jump back to last mark from
SPC m g ptoSPC m g bto follow the keybindings convention (thanks to Magnus Therning) - Use
lsp-ivywhenivylayer is present. - added
lsp-use-lsp-uivariable to control whetherlsp-uiis installed or not. - added
SPC m g hto go to call hierarchy. - added
SPC m g Tto go to type hierarchy.
- Change jump back to last mark from
- Key bindings;
- Change prefix from
SPC a itoSPC a y(thanks to Swaroop C H)
- Change prefix from
- Moved Ensime support to the Scala layer, Java support removed.
- CoffeeScript support has been extracted from the
javascriptlayer into the newcoffeescriptlayer. - Added missing prefix for
js2-mode - Added
eslint_dsupport (thanks to Seong Yong-ju)
- Key bindings:
- Removed
SPC m i Iformarkdown-insert-reference-image(folded intoSPC m i i) - Removed
SPC m i Lformarkdown-insert-reference-link-dwim(folded intoSPC m i l) - Added
SPC m x kformarkdown-insert-kbd(thanks to Ben Swift) - Added
SPC m t aformarkdown-table-alignin consistency with Org layer (thanks to deb0ch)
- Removed
- The
nlinumlayer is deprecated on Emacs 26.1 and newer in favor of native line number support (thanks to bmag)
Org key bindings were all over the place and we needed to reorganize them in a sane way, here is the complete list of changed key bindings (thanks to Sylvain Benner and Paweł Siudak):
- New prefixes:
SPC CclocksSPC ddatesSPC m TtogglesSPC m borg-babel commandsSPC m i DdownloadSPC m strees/subtrees
- Changed key bindings:
SPC m Aorg-attachSPC m C Iorg-clock-in-lastSPC m C Rorg-clock-reportSPC m C corg-agenda-clock-cancelSPC m C corg-clock-cancelSPC m C dorg-clock-displaySPC m C eorg-evaluate-time-rangeSPC m C gorg-clock-gotoSPC m C iorg-agenda-clock-inSPC m C iorg-clock-inSPC m C jorg-clock-jump-to-current-clockSPC m C oorg-agenda-clock-outSPC m C oorg-clock-outSPC m C porg-pomodoroSPC m C rorg-resolve-clocksSPC m T Vspace-doc-modeSPC m T iorg-toggle-inline-imagesSPC m T torg-show-todo-treeSPC m T xorg-toggle-latex-fragmentSPC m d Torg-time-stamp-inactiveSPC m d dorg-agenda-deadlineSPC m d dorg-deadlineSPC m d sorg-agenda-scheduleSPC m d sorg-scheduleSPC m d torg-time-stampSPC m e morg-mime-org-buffer-htmlizeSPC m i D sorg-download-screenshotSPC m i D yorg-download-yankSPC m i Horg-insert-heading-after-currentSPC m i Kspacemacs/insert-keybinding-orgSPC m i dorg-insert-drawerSPC m i eorg-agenda-set-effortSPC m i eorg-set-effortSPC m i horg-insert-headingSPC m i lorg-insert-linkSPC m i norg-add-note (thanks to Tommi Komulainen)SPC m i porg-agenda-set-propertySPC m i porg-set-propertySPC m i sorg-insert-subheadingSPC m i torg-agenda-set-tagsSPC m i torg-set-tagsSPC m porg-prioritySPC m s Aorg-archive-subtree-defaultSPC m s NwidenSPC m s Sorg-sortSPC m s borg-tree-to-indirect-bufferSPC m s horg-promote-subtreeSPC m s jorg-move-subtree-downSPC m s korg-move-subtree-upSPC m s lorg-demote-subtreeSPC m s norg-narrow-to-subtreeSPC m s rorg-agenda-refileSPC m s rorg-refileSPC m s sorg-sparse-treeSPC m x oorg-open-at-point
- Moved
org-trellokeys fromSPC m otoSPC m m t(thanks to Magnus Therning) - New keybindings for push and pull (thanks to Magnus Therning):
SPC m t d bforspacemacs/org-trello-pull-bufferSPC m t d cforspacemacs/org-trello-pull-cardSPC m t u bforspacemacs/org-trello-push-bufferSPC m t u cforspacemacs/org-trello-push-card
- New keybinding for
org-table-field-infoSPC m t f(thanks to Dominik Schrempf)
In org-agenda-mode
- Add consistent keybinding
SPC m .to enter transient-state (thanks to Daniel Nicolai) - Removed
C-hbinding inorg-agenda-mode(thanks to Ag Ibragimov) - Rebind
org-agenda-refiletorin transient state (thanks to Muneeb Shaikh)
- Added
p4-shelveandp4-unshelvecommands fromp4package (thanks to Binary-Eater) - Key bindings:
- New
SPC p 4 [to shelve changes - New
SPC p 4 ]to select a changelist to unshelve
- New
- fix/implement pyvenv-tracking-mode (thanks to Daniel Nicolai)
- Key bindings (thanks to Danny Freeman):
- Changed
SPC m s FtoSPC m e Fforlisp-eval-defun-and-go - Changed
SPC m s RtoSPC m e Rforlisp-eval-region-and-go - Changed
SPC m s etoSPC m e eforlisp-eval-last-sexp - Changed
SPC m s ftoSPC m e fforlisp-eval-defun - Changed
SPC m s rtoSPC m e rforlisp-eval-region
- Changed
- Hy support has been extracted from the
pythonlayer into the newhylayer. - Made
nosefail compilation when tests fail (thanks to wizmer)
- Migrate from auto-complete to company for auto completion.
- Key bindings:
- Changed
SPC m h dtoSPC m h hforrobe-doc(thanks to Paweł Siudak) - Changed
SPC m T {toSPC m r {forruby-toggle-block(thanks to Codruț Constantin Gușoi) - Changed
SPC m T 'toSPC m r 'forruby-toggle-string-quotes(thanks to Codruț Constantin Gușoi) - Added
SPC m i fforspacemacs/ruby-insert-frozen-string-literal-comment(thanks to Codruț Constantin Gușoi) - Added
SPC m i sforspacemacs/ruby-insert-shebang(thanks to Codruț Constantin Gușoi) - Added
SPC m r }forruby-toggle-block(thanks to Codruț Constantin Gușoi) - Added
SPC m r "forruby-toggle-string-quotes(thanks to Codruț Constantin Gușoi)
- Changed
Removed support for Racer, default backend for LSP is now rust-analizer due to both Racer and RLS not being maintained anymore.
- Key bindings:
- Edited
SPC m t afromrustic-cargo-testtorustic-cargo-test-runto avoid the unexpected behavior of always running a single test after using rustic-cargo-current-test (thanks to Roberto Previdi)
- Edited
- Key bindings:
- New
SPC m r f Sto find serializer (thanks to Boris Buliga) - Changed
projectile-railskey binding prefix fromSPC m rtoSPC m fto avoid conflicts with key bindings in theweb-modelayer (thanks to Adam Sokolnicki)
- New
- Add Debian & Ubuntu package search engines (thanks to Alfonso Montero).
- Allow to configure a TLD other than
.comfor Amazon searches (thanks to Alfonso Montero). - Add Rails API search engine
- Add Docker Hub image search engine (thanks to Alfonso Montero).
- Key bindings:
- Add
J/Kto scroll up/down (or next/previous node) in Info-mode - Add
oto link-hint-open-link in woman-mode
- Add
shaderslayer has been moved togpulayer.
- Add support for “eat” shell (thanks to Ryan Prior)
- Add variable
shell-scripts-shfmt-argsto pass through arguments toshfmtpackage.
- Key bindings (thanks to Loris Lucido):
- Key binding
SPC e eis now for triggering a syntax check, the old action (explain error around point) has been moved toSPC e x. - Move major specific error key bindings to
SPC m Eprefix (thanks to Sylvain Benner) - Changed
SPC e etoSPC e bforflycheck-buffer
- Key binding
- Add auto hide tabs feature (thanks to Daniel Nicolai)
- Key bindings (thanks to Arif Er):
- Organised and corrected in both
packages.elandREADME.org. - Change
SPC m s ltoSPC m s rfortransmission-set-ratioandtransmission-set-torrent-ratio. - Change
SPC m rtoSPC m Rfortransmission-remove. - Change
SPC m mtoSPC m rfortransmission-move. - Change
SPC m rtoSPC m Xfortransmission-files-command. - Swap
SPC m a aandSPC m a tfortransmission-addandtransmission-trackers-addrespectively. - Change
SPC m s btoSPC m s pfortransmission-set-bandwidth-priority. - Change
SPC m g ttoSPC m g ffortransmission-files. - Change
SPC m m uandSPC m m wtoSPC m t uandSPC m t wfortransmission-files-unwantandtrasnmission-files-wantrespectively
- Organised and corrected in both
- Key bindings:
- Vagrant key bindings prefix is now
SPC a V. - Actually use
SPC a t v tforvagrant-tramp-term
- Vagrant key bindings prefix is now
- Key bindings:
- Changed
SPC g h otoSPC g oforbrowse-at-remote(thanks to Codruț Constantin Gușoi) - Add
SPC g f mformagit-file-dispatch(thanks to Ag Ibragimov and Ilya Grigoriev)
- Changed
- Removed gist.el due to it being broken and unmaintained (thanks to Robby O’Connor)
- Added LSP support (thanks to Seong Yong-ju)
- The
ycmdlayer has been deleted and moved to thec-c++layer.
- compleseus (thanks to thanhvg)
- templates (thanks to YasuharuIida and Eivind Fonn)
- helpful (thanks to Johnson Denen, Andriy Kmit)
- tabs (thanks to Deepu Mohan Puthrote)
- verb (thanks to Federico Tedin)
- notmuch (thanks to Francesc Elies Henar, Leonard Lausen, Willian Casarin, Kalle Lindqvist)
- treemacs (thanks to Alexander Miller, Kalle Lindqvist, duianto, Thomas de Beauchêne, Boris Buliga and Sylvain Benner)
- unicode-fonts (thanks to Aaron Jensen)
- emberjs (thanks to Robert O’Connor)
- phoenix (thanks to Lyuben Petrov)
- vue (thanks to Thanh Vuong)
- svelte (thanks to Marco Süß)
- japanese (thanks to Kenji Miyazaki)
- alda (thanks to Andrew Hill (AstroEngiSci))
- coffeescript (thanks to Sylvain Benner)
- conda (thanks to Zach Pearson)
- coq (thanks to Xuan Bi, Jeremy Bi and Langston Barret)
- crystal (thanks to Sylvain Benner)
- dart (thanks to Bruno Tavares)
- dhall (thanks to Colin Woodbury)
- elasticsearch (thanks to Jean Rigotti)
- extempore (thanks to Ben Swift)
- factor (thanks to timor)
- forth (thanks to Tim Jaeger)
- fountain (thanks to Damien Picard)
- gpu (thanks to Evan Klitzke)
- groovy (thanks to Sylvain Benner)
- hy (thanks to Sylvain Benner and yuhan0)
- jr (thanks to Philippe Baron)
- json (thanks to Sylvain Benner, Boris Buliga and Tommi Komulainen)
- jsonnet (thanks to liztio and Robby O’Connor)
- julia (thanks to Adam Beckmeyer and Guido Kraemer)
- kivy (thanks to Ryota Kayanuma)
- kotlin (thanks to Shanavas M)
- mercury (thanks to Ludvig Böklin)
- pact (thanks to Colin Woodbury)
- perl5 (thanks to Troy Hinckley, Jinseop Kim and Michael Rohleder)
- prolog (thanks to Newres Al Haider)
- raku (thanks to Bahtiar Gadimov, yuhan0 and Alex Kapranoff)
- reasonml (thanks to fredyr and Dave Aitken)
- solidity (thanks to Brooklyn Zelenka and Seong Yong-ju)
- tabs (thanks to Deepu Puthrote)
- protobuf (thanks to Amol Mandhane)
- restructuredtext (thanks to Wei-Wei Guo and Kalle Lindqvist)
- semantic-web (thanks to Andreas Textor)
- yang (thanks to Christian Hopps)
- zig (thanks to Michael Hauser-Raspe)
- tree-sitter
- copy-as-format (thanks to Ruslan Kamashev)
- denote (thanks to Choan Gálvez)
- dtrt-indent (thanks to Kevin Doherty)
- ietf (thanks to Christian Hopps and Robby O’Connor)
- multiple-cursors (thanks to Codruț Constantin Gușoi and Thomas de Beauchêne)
- parinfer (thanks to Tianshu Shi)
- Keybinding
- Moved
spacemacs/browse-docs-online-at-pointfromSPC d btoSPC h b d.
- Moved
- pianobar (thanks to Leo Littlebook)
- tidalcycles (thanks to rbino)
- outshine (thanks to Langston Barrett)
- epub (thanks to Jeremy Dormitzer and André Peric Tavares)
- djvu (thanks to Daniel Nicolai)
- spacemacs-defaults
- spacemacs-modeline
- spacemacs-navigation
- spacemacs-project
- spacemacs-purpose (thanks to bmag)
- spacemacs-visual
- bm (thanks to Eugene Yaremenko and Binbin Ye)
- cmake (thanks to Alexander Dalshov, Sylvain Benner and Jonas Jelten)
- dap (thanks to Ivan Yonchovski)
- debug (thanks to Hodge Shen, Troy Hinckley, and Sylvain Benner)
- dirvish integration in ranger (thanks to Jaehyun Yeom)
- dotnet (thanks to Jordan Kaye)
- eaf (thanks to Daniel Nicolai)
- import-js (thanks to Thanh Vuong and Seong Yong-ju)
- kubernetes with tramp support (thanks to Matt Bray and Maxi Wolff)
- languagetool (thanks to Robbert van der Helm)
- lsp (thanks to Fangrui Song, 0bl.blwl, Cormac Cannon, Juuso Valkeejärvi, Guan Xipeng, Ivan Yonchovski, Justin Martin, dscole and Sylvain Benner)
- node (thanks to jupl)
- pass (thanks to Andrew Oppenlander, Kepi, Kalle Lindqvist, and Evan Klitzke)
- prettier (thanks to Seong Yong-ju)
- quickurl (thanks to Spenser “equwal” Truex)
- sailfish-developer (thanks to Victor Polevoy)
- sphinx (thanks to Wei-Wei Guo)
- tern (thanks to Sylvain Benner and Juuso Valkeejärvi)
- tide (thanks to Thanh Vuong)
- translate (thanks to Ray Wang)
- transmission (thanks to Eugene Yaremenko)
- web-beautify (thanks to Sylvain Benner and Juuso Valkeejärvi)
- xclipboard (thanks to Charles Weill, Sylvain Benner, and Alex Palaistras)
- confluence
- eww (thanks to Colton Kopsa, Maxi Wolff and Daniel Nicolai)
- lobsters
- hackernews
- streamlink
- twitch
- openai (thanks to Hendrik Rommeswinkel)
smexrenamed toamx(thanks to Lin Sun)extra-langsrenamed tomajor-modes(thanks to Eivind Fonn)pdf-toolsrenamed topdfmercury-layerrenamed tomercury
- evil-cleverparens (moved to
spacemacs-evil) - extra-langs (replaced by
ad-hoclayers) - flow-type (replaced by LSP in
javascriptlayer) - ycmd (moved to
c-c++)
- Added type bases validation for .spacemacs variables.
- New Variables:
- New dotvariable
dotspacemacs-auto-generate-layout-names(thanks to bmag) - New variable
dotspacemacs-enable-server(thanks to Tad Fisher) - New variable
dotspacemacs-frame-title-formatwhich is the default format string for a frame title bar, see docstring of functionspacemacs/frame-title-preparefor more info (thanks to Uri Sharf and Kepi) - New variable
dotspacemacs-gc-cons(thanks to Sylvain Benner) - New variable
dotspacemacs-initial-scratch-messagefor the initial message in the scratch buffer (thanks to Carl Lange) - New variable
dotspacemacs-mode-line-themeadds support for mode-line themes. Supported themes arespacemacs,all-the-icons,vim-powerline,custom, andvanilla. The first three are spaceline themes,customis user defined, andvanillais the default Emacs mode-line. (thanks to Sylvain Benner and James Wang) - New variable
dotspacemacs-server-socket-dirfor setting the server socket location (thanks to Carl Lange) - New variable
dotspacemacs-switch-to-buffer-prefers-purposewhich controls whereswitch-to-bufferdisplays the buffer. If nil,switch-to-bufferdisplays the buffer in the current window even if another same-purpose window is available. If non nil,switch-to-bufferdisplays the buffer in a same-purpose window even if the buffer can be displayed in the current window. (thanks to bmag) - New variable
dotspacemacs-use-spacelpa(thanks to Sylvain Benner) - New variable
dotspacemacs-zone-out-when-idleto zone when idle. Zoning will obfuscate the current buffer acting like a screen saver. (thanks to Eugene Yaremenko and Sylvain Benner) - New variable
dotspacemacs-undecorated-at-startup(thanks to bb2020) - New variable
dotspacemacs-startup-buffer-show-version(thanks to Zach Pearson) - New variable
dotspacemacs-read-process-output-maxto optimise lsp performance in emacs 27 (thanks to Maxi Wolff) - New variable
dotspacemacs-show-trailing-whitespace(thanks to duianto) - New var
dotspacemacs-startup-buffer-multi-digit-delay(thanks to duianto) - New variable
dotspacemacs-scroll-bar-while-scrolling(thanks to duianto) - New variable
dotspacemacs-show-startup-list-numbers(thanks to duianto) - New variable
dotspacemacs-startup-banner-scale(thanks to Daniel)
- New dotvariable
- Removed Variables:
- Removed unused variable
dotspacemacs-verbose-loadingfrom dotfile template (thanks to Ying Qu)
- Removed unused variable
Other:
.gitignorenow ignores tag files and the bbdb database..gitignorenow ignores org-journal-cache-file (thanks to Benjamin Hipple).gitignorenow ignores image-dired-dir (thanks to Alfonso Montero).gitignorenow ignores devdocs (thanks to Alfonso Montero)- Added
vim-style-visual-feedbackandhybrid-style-visual-feedbackstyle variables to enableevil-gogglespulse in the Vim and Hybrid editing styles, respectively; disabled by default (thanks to Sylvain Benner) - Renamed style variables for consistency; the old names are still recognized
but deprecated (thanks to Sylvain Benner):
dotspacemacs-remap-Y-to-y$renamed tovim-style-remap-Y-to-y$dotspacemacs-retain-visual-state-on-shifttovim-style-retain-visual-state-on-shiftdotspacemacs-visual-line-move-texttovim-style-visual-line-move-textdotspacemacs-ex-substitute-globaltovim-style-ex-substitute-globalhybrid-mode-enable-evilified-statetohybrid-style-enable-evilified-statehybrid-mode-enable-hjkl-bindingstohybrid-style-enable-hjkl-bindingshybrid-mode-use-evil-search-moduletohybrid-style-use-evil-search-modulehybrid-mode-default-statetohybrid-style-default-state
- Renamed
helmvariables and made them layer variables; the old dotfile variables are still recognized but deprecated (thanks to Sylvain Benner and Kalle Lindqvist):dotspacemacs-helm-resizetohelm-enable-auto-resize, in thespacemacs-completionlayerdotspacemacs-helm-no-headertohelm-no-header, in thehelmlayerdotspacemacs-helm-positiontohelm-position, in thehelmlayerdotspacemacs-helm-use-fuzzytohelm-use-fuzzy, in thespacemacs-completionlayer
- Removed obsolete
:powerline-scaleproperty fromdotspacemacs-default-fontvariable (thanks to Muneeb Shaikh and Sylvain Benner) - Modified
dotspacemacs-major-mode-leader-keyso thatM-RETkey works in org-mode as well as in terminal and GUI modes.C-M-mstill works in terminal mode, but no longer in GUI mode. (emacs18)
- Improvements:
- Support
recents-by-projectindotspacemacs-startup-lists, which allows combining the existingrecentsandprojectsinto one coherent view (thanks to Keith Pinson) - Make
set-selective-display, which is a kind of built-in Emacs quick-n-dirty whole-file folding mechanism for indentation-based syntaxes, more discoverable for Evil users by placing it (with a small DWIM wrapper) in the folding menu asz $(thanks to Keith Pinson) - Provide keybindings for using narrow with an indirect buffer for when you
want narrowing multiple times in the same base buffer:
SPC n Ffor narrow to functionSPC n Pfor narrow to pageSPC n Rfor narrow to region
(thanks to Keith Pinson and duianto)
- Make
describe-text-propertiesavailable in the help -> describe menu viaSPC h d t(thanks to Keith Pinson) - Bind
SPC c nto:cn/next-errorandSPC c Nto:cN/previous-error(thanks to Keith Pinson) - Display time spent in
user-configin home buffer (thanks to Sylvain Benner) - Added dotfile function
dotspacemacs/user-env(thanks to Sylvain Benner) - Added layer shadowing system, see commit dc58801 (thanks to Sylvain Benner)
- Added support for stable ELPA repository hosted on GitHub (thanks to Sylvain Benner)
- Added
--no-package-syncstartup flag to prevent package from being installed or uninstalled set the variable (thanks to Valts Liepiņš) - Added
:requireskeyword for package declarations and owned packages (thanks to Eivind Fonn) - Added new interactive function
spacemacs/diminish-undoto undo all the diminished mode-line lighters and have all of them be displayed in the mode-line. (thanks to hodge) - Conventions: added support for major mode specific toggles on
SPC m Tprefix (thanks to Sylvain Benner) - Conventions: added
SPC m ffor web frameworks (thanks to Sylvain Benner) - Added universal prefix argument support to open both the
*scratch*buffer and the*Messages*buffer in another window (thanks to Thomas de Beauchêne) - Added support for building multi-file local packages with
Quelpa(thanks to Andriy Kmit’) - Improved handling of additional bindings for transient states (thanks to Andriy Kmit’)
- More robust
dotspacemacs/add-layerimplementation (thanks to Eivind Fonn) - Improved issue reporting (thanks to Eugene Yaremenko)
- Enabled backward theme cycling and added dedicated transient state
accessible with
SPC T nandSPC T N(thanks to Adrien Becchis and bmag) - Remove wizard question about completion engine. (thanks to Sylvain Benner)
- Added e key bindings in Quick Help home screen (thanks to Sylvain Benner)
- Increased
gc-cons-thresholdduring startup to reduce startup time (thanks to Aaron Jensen) - Wrap init with
file-name-handler-alist nilto speed up init (thanks to Aaron Jensen) - Changed startup to hide loading message unless
--debug-initis specified (thanks to Sylvain Benner) - Added prompt about unsaved changes when closing an issue report (thanks to timor)
- Added
:off-messagekeyword to thespacemacs|add-togglemacro to allow overriding the default toggled-off expression (thanks to bmag) - Added
spacemacs|add-transient-hookmacro to add hooks that vanish the first time they are executed (thanks to Sylvain Benner) - Added
doom-emacsmode-line theme (thanks to Sylvain Benner) - Optimized
spacemacs/title-prepare(thanks to Andriy Kmit’) - Cached expensive computations in
spacemacs/title-prepare(thanks to Dieter Komendera) - Added line text object using
evil-textobj-line(thanks to Uroš Perišić) - Added more
kaolin-themes(thanks to ogdenwebb) - Calling
spacemacs/recompile-elpawith an argument nukes all *.elc files (thanks to Ag Ibragimov) - Allow customizing default major mode for new empty buffers in
SPC b N n, seedotspacemacs-new-empty-buffer-major-mode(thanks to Juha Jeronen) - Changed
dotspacemacs-default-font:sizefrom13(pixel size) to10.0(point size) (thanks to Aaron Zeng and duianto) - Updated the list of
base16themes (thanks to kenranunderscore) - Updated the list of
solarizedthemes (thanks to Muneeb Shaikh) - Added a
spacemacs-layouts-restrict-spc-tabvariable tospacemacs/alternate-bufferthat restrictsSPC-TABto the current layouts buffers (default:nil) (thanks to Thanh Vuong) - Use a unique variable for each transient state’s full-hint toggle function so that toggling the full hint in one transient state does not affect other transient states (thanks to Miciah Dashiel Butler Masters)
- Converted obsolete
cltocl-lib(thanks to kimr) - Removed uses of
lexical-let, part of the deprecatedclpackage (thanks to Spenser Truex) - Converted
casetocl-caseto fixcl-librelated errors (thanks to Nikita Leshenko) - Open Spacemacs home buffer in other/new window with prefix argument (thanks to duianto)
- Add
spacemacs-scratch-mode-hookto run functions afterspacemacs-scratch-modeis applied to*scratch*buffer (thanks to rayw000) - Add toggles for persistent which-key keymaps, (full)-major/minor mode
keymaps and top-level keymap, under prefix
SPC t k(thanks to Daniel Nicolai) - Add
describe-ex-commandonSPC h d x(thanks to Daniel Nicolai) - Support packing elisp to *.elc and *.el.gz (thanks to Lin Sun)
- Add option to select and update only some packages (thanks to Daniel Nicolai)
- Support
- Fixes:
- Avoid non-idempotent use of push in init code (thanks to Miciah Masters)
- Moved Spacemacs startup progress bar to
core-progress-bar.el, removed counter from progress bar, fixed updating, and fixed size when Emacs is started maximized (thanks to Sylvain Benner) - Fixed loading of themes having dependencies (thanks to Benno Fünfstück)
- Fixed error when
layersdirectory does not exist in dotdirectory (thanks to Eivind Fonn) - Fixed insert point for lazy loaded layers (thanks to Codruț Constantin Gușoi)
- Fixed reference to cfgl-package-distant-p (thanks to Alex Coventry)
- Fixed computation of elpa directory (thanks to Sylvain Benner)
- Fixed loading order for package configuration it is now:
- pre-init functions for all packages
- init function of all packages
- post-init functions for all packages (thanks to Sylvain Benner)
- Fixed base16-theme mapping for all themes (thanks to Philippos Boon Alexaki)
- Fixed package initialization on Emacs 27 (thanks to Miciah Dashiel Butler Masters)
- Fixed bugs that could cause
layers.elandpackages.elfiles to be loaded multiple times (thanks to Sylvain Benner) - Fixed warning about quoted lambda in
core-configuration-layer.el(thanks to Sylvain Benner) - New function
configuration-layer/load-fileto load files silently (thanks to Sylvain Benner) - Fixed configuration-layer/insert-lazy-install-configuration, which has been broken since v0.200.0.
- Fixed duplicate “Open quick help…” in the minibuffer at startup (thanks to Sylvain Benner)
- Fixed overflow of line in page-break-lines-mode when using line number (thanks to Compro Prasad)
- Changed the layer loading process so that customizing a package variable
using
:variablesindotspacemacs-configuration-layersoverrides any default value that the layer’s package configuration sets (thanks to Sylvain Benner) - Fixed bug that could overwrites customize variables (thanks to bmag)
- Don’t suggest
SPC q rifrestart-emacspackage is missing after an update (thanks to Keshav Kini) - spacemacs-layouts: Improvements to
SPC l l(spacemacs/helm-perspectivesorspacemacs/ivy-spacemacs-layouts):- If the user selects a project that does not already have a layout and then quits without selecting a file or buffer, kill the new layout.
- When creating a new layout, add any buffers that belong to the project.
- spacemacs-layouts: Improvements to
SPC p l(spacemacs/helm-persp-switch-projectorspacemacs/ivy-persp-switch-project):- Fixed the default action to display the home buffer in the new layout.
- Added actions to copy the current layout or create a new project layout.
- Added action for opening project in dired. (thanks to Magnus Therning)
- Resolve symlinks in warning message about duplicate layers (thanks to Ben Gamari)
- Check toggle condition in status function (thanks to Eivind Fonn)
- Always reset applied themes when a theme is applied (thanks to Eivind Fonn)
- Assume “no” for lazy installation in the –batch mode (thanks to Eugene Yaremenko)
- Use
url-hexify-stringto encode issue report body (thanks to Boris Buliga) - Deleted the quote preceding the lambda in
spacemacs|add-toggleto avoid warning (thanks to Miciah Dashiel Butler Masters) - Escaped left and right bracket character literals to avoid warning (thanks to Miciah Dashiel Butler Masters)
- Backported battery fix for macOS (thanks to Sylvain Benner)
- Disabled spaceline responsiveness for
all-the-iconstheme (thanks to Sylvain Benner) - Disabled auto-start of Emacs server by default (thanks to Sylvain Benner)
- Alternate buffers without taking into account their purpose (thanks to Thomas de Beauchêne)
- Made query-replace work when frame is split (thanks to Dieter Komendera)
- Don’t skip missing .elc files when recompiling Elpa (thanks to RockyRoad29)
- Updated
quelpato fix installing of some recipes on macOS (thanks to Dieter Komendera) - Added startup support for doom-sourcerer theme (thanks to Parker Johnson)
- Fixed modeline when started in daemon mode (thanks to Benno Fünfstück)
- Fixed search for “find” executable in windows (thanks to Charlie Barto)
- Found workaround for
buffer-list-update-hookperformance issue. (thanks to Alexander Miller) - Added missing force argument to the
spacemacs//init-spacemacs-envcall in the functionspacemacs/load-spacemacs-env(thanks to sergeiz2) - Fixed
spacemacs/alternate-bufferto restore point. - Removed Unicode triple dot in both
dotspacemacs-smart-closing-parenthesisvariable comments in favor of the ASCII one (thanks to nshadov) - Fixed home buffer version insertion removing first line (thanks to duianto)
- Fixed
SPC TABinspacemacs-basedistribution (thanks to duianto) - Frame title setting doesn’t need to depend on environment (gui/cli) (thanks to Mpho Jele)
- Replaced
destructuring-bindwithcl-destructuring-bind(thanks to duianto) - Ignore nils in dotspacemacs-configuration-layers (thanks to Ag)
- Fixed redundant package version checking during update (thanks to aaronjensen)
- Fixed unexpected behavior in
spacemacs/open-junk-file(thanks to Matt Kramer) - Replace
spacemacs/close-compilation-windowwithspacemacs/show-hide-compilation-window(thanks to Hans Jang) - Avoid unnecessary packages installation of tern layer
- Fixed terminal mode line indicator overlapping (thanks to duianto)
- Fixed broken –timed-requires and –adv-timers under Emacs 27 and above (thanks to Ying Qu)
- Removed nils from
dotspacemacs-configuration-layerswhen running tests (thanks to Ag Ibragimov) - Fixed duplicate quick help and release notes in home buffer (thanks to mark30247)
- Fixed evil undo in
spacemacs-base(thanks to duianto) - Fix macOS GUI full screen button wreck caused by GUI setup in early-init.el
- Other:
- New function
configuration-layer/messageto display message in*Messages*buffer (thanks to Sylvain Benner) - Enabled lexical binding in new template (thanks to André Peric Tavares)
- Reworked
spacemacs//reroot-linkto make links relative (thanks to Eugene Yaremenko) - Rename
configuration-layer/synctoconfiguration-layer/load(thanks to Sylvain Benner) - Replace the optional argument
no-installby a global variable namedspacemacs-sync-packages(thanks to Sylvain Benner) - Added optional parameter to
spacemacs/set-mode-lineto redisplay (thanks to Sylvain Benner) - Added optional
appendandlocalparameters tospacemacs/add-to-hooks(thanks to Sylvain Benner) - Added
spacemacs-buffer/errorlikespacemacs-buffer/warning(thanks to Sylvain Benner) - Move versions functionality to new file
core/core-versions.el(thanks to Sylvain Benner) - Use
cl-loopinstead ofloop(thanks to Sylvain Benner) - Renamed
spacemacs/mplist-getfunction tospacemacs/mplist-get-values, renamedspacemacs/plist-getfunction tospacemacs/mplist-get-value, and refactored the latter function (thanks to Benjamin Reynolds) - Added
pupo-split-active-windowvariable to split the active window or the entire frame (thanks to tddsg) - New emacs banner: “100-banner.txt” (thanks to Robert Zaremba)
- Added Dogemacs inverted banner for dark themes: “997-banner.txt” (thanks to Vitor Finotti and Robby O’Connor)
- Added reference handler as per jump handler (thanks to Fangrui Song)
- Added
spacemacs/iwb-region-or-buffer(thanks to bb2020) - Enabled eager spacebind bindings by default (thanks to JAremko)
- Add info about requirement to also load additional-package in user-config section (thank to Daniel Nicolai)
- New function
spacemacs/inherit-leader-keys-from-parent-modeto inherit leader key bindings from another mode - Open buffers with major-mode derived from
special-modein motion-state by default (thanks to Daniel Nicolai) - Add evil-jump-backward/forward (
C-o=/=C-i) keybindings to evil-evilified-state-map (thanks to Daniel Nicolai) - Improve helm completion in spacemacs-help (thanks to @dankessler)
- Improve the
configuration-layer/declare-layer-dependenciesto avoid loading the dependence layers multiple times (thank to Lin Sun)
- New function
- Refactored
spacemacs-bootstrap,spacemacs-ui, andspacemacs-ui-visuallayers:- The
spacemacs-bootstraplayer no longer configures built-in packages; instead, the newspacemacs-defaultslayer configures built-in packages. - The
spacemacs-basedistribution now uses only the newspacemacs-defaultslayer. As a result,spacemacs-baseno longer installs any packages, but instead only configures defaults for built-in packages. - The new
spacemacs-navigationlayer configures packages for navigation. - The new
spacemacs-modelinelayer configures packages for the mode line. - The new
spacemacs-projectlayer configuresprojectile. - Merge
spacemacs-uiandspacemacs-ui-visualinto layerspacemacs-visual
- The
- New Packages:
- Added
evil-lionpackage tospacemacs-evillayer (thanks to et2010 and Eivind Fonn) - Added
editorconfigpackage tospacemacs-editinglayer (thanks to Vladimir Kochnev and Eivind Fonn) - Added
password-generatorpackage tospacemacs-editinglayer (thanks to Sylvain Benner) - Added
persistent-scratchpackage tospacemacs-editinglayer (thanks to Ray Wang) - Added
unkillable-scratchpackage tospacemacs-editinglayer (thanks to Ray Wang) - Added
symonpackage tospacemacs-modelinelayer (thanks to Eugene Yaremenko) - Added
evil-gogglesto thespacemacs-evillayer (thanks to Sylvain Benner) - Added
dotenv-modeto thespacemacs-bootstraplayer (thanks to Sylvain Benner) - Added the following local packages (thanks to Sylvain Benner):
info+hide-comnthelp-fns+font-lock+
- Remove package
adaptive-wrap - Added
symbol-overlayto thespacemacs-navigationlayer (thanks to kenkangxgwe) - Added
valignpackage tospacemacs-orglayer (thanks to rayw000) - Added
string-editpackage tospacemacs-editinglayer (thanks to Ivan Yonchovski) - Remove package
evil-ediff(thanks to Xuanqing Xu)
- Added
- Key bindings:
- Toggle line numbers (i.e. toggle
display-line-numbers-mode) viaSPC t n nwithout having to think about which variant of line numbers you have turned on (thanks to Keith Pinson) - Evilify
Custom-mode(thanks to Keith Pinson) - Fixed
M-xprefix visualization fordotspacemacs-emacs-command-key - New
SPC a Qprefix for dispatching quickurl (thanks to Spenser “equwal” Truex:)SPC a Q lList quickurlsSPC a Q QExpand quickurl abbrev at pointSPC a Q iAsk for which quickurl to insertSPC a Q eEdit quickurlsSPC a Q bAsk to browse some url from those stored (with completion).
- New evil text objects
«,「,‘and“. - Improved buffer transient state with extra bindings and new commands:
- Added
<right>for next-buffer - Added
<left>for previous-buffer - Added
ofor other window - Added
C-dfor bury buffer - Added
bfor helm-buffer-list
(thanks to Adrien Becchis and Sylvain Benner)
- Added
- Added alignment support for
{(thanks to Paulo Diniz) - Added functionality to move layouts in layout list using the layouts
transient state:
- Added
<forspacemacs/move-current-persp-left - Added
>forspacemacs/move-current-persp-right
(thanks to Linus Marton)
- Added
- New
SPC b ukeybinding for reopening killed buffers (thanks to Alex Palaistras) - New
SPC b xandSPC w xto remove both buffer and window in one go (thanks to Codruț Constantin Gușoi) - New key binding
SPC b Hto open or select the*Help*buffer (thanks to duianto) - New
SPC Dprefix for diff commands usingediff:SPC D b 3Between 3 buffersSPC D b bBetween 2 buffersSPC D b pWith backup fileSPC D BWith a patchSPC D d 3Between 3 directoriesSPC D d dBetween 2 directoriesSPC D d rUsing SCM revisionsSPC D f .With Spacemacs dotfileSPC D f 3Between 3 filesSPC D f fBetween 2 filesSPC D f pWith a patchSPC D f vBetween file revisionsSPC D hDocumentationSPC D m b 3Buffer 3-way mergeSPC D m b bBuffer 2-way mergeSPC D m d 3Directorie 3-way mergeSPC D m d dDirectorie 2-way mergeSPC D m f 3File 3-way mergeSPC D m f fFile 2-way mergeSPC D m r 3Revision 3-way mergeSPC D m r rRevision 2-way mergeSPC D r lBetween 2 large regionsSPC D r wBetween 2 small regionsSPC D sShow registriesSPC D w lLinewise between visible textSPC D w wWordwise between visible text
(thanks to Spenser Truex)
- New
SPC Kprefix and subprefixes to use keyboard macros built-ins:SPC K c aincrement macro counterSPC K c cinsert the current value of the macro counterSPC K c Cset the macro counterSPC K c fset the display format for the macro counterSPC K e bassign a key binding to the last macroSPC K e eedit last macro in a bufferSPC K e ledit a macro from lossage informationSPC K e ngive a name to the last macroSPC K e rwrite the last macro to a register (useSPC r rto call it)SPC K e sstep by step edit of the last macroSPC K kstart recording macro, if already recording then insert counterSPC K Kstop recording macro or run last macroSPC K r Lview head macro in ringSPC K r ddelete head macro in ringSPC K r lrun second macro in ringSPC K r ncycle to next macro in ringSPC K r pcycle to previous macro in ringSPC K r sswap the first two macros in ringSPC K vview last macro string in minibuffer
(thanks to Spenser Truex)
- New
SPC C-vprefix to use rectangle manipulation built-ins:SPC C-v !clear-rectangleSPC C-v cclose-rectangleSPC C-v ddelete-rectangleSPC C-v erectangle-exchange-point-and-markSPC C-v icopy-rectangle-to-registerSPC C-v kkill-rectangleSPC C-v lrectangle-left-charSPC C-v mrectangle-mark-modeSPC C-v nrectangle-next-lineSPC C-v Nrectangle-number-linesSPC C-v oopen-rectangleSPC C-v prectangle-previous-lineSPC C-v rrectangle-right-charSPC C-v sstring-rectangleSPC C-v ttranspose-regionsSPC C-v yyank-rectangle
(thanks to Spenser Truex)
- New
SPC t tprefix for timeclock clock-in clock-out management:SPC t t ctimeclock-changeSPC t t etimeclock-workday-elapsed-stringSPC t t gtimeclock-workday-remaining-stringSPC t t itimeclock-inSPC t t ltimeclock-when-to-leave-stringSPC t t mtimeclock-modeline-displaySPC t t otimeclock-outSPC t t rtimeclock-reread-logSPC t t stimeclock-status-stringSPC t t utimeclock-update-mode-lineSPC t t vtimeclock-visit-timelogSPC t t wtimeclock-when-to-leave-string
(thanks to Spenser Truex)
- New
SPC i bkeybinding to insert another buffer’s contents into the current one. (thanks to Spenser Truex) - New
SPC b Nprefix to create an empty buffer:SPC b N hcreate new empty buffer in a new window on the leftSPC b N jcreate new empty buffer in a new window at the bottomSPC b N kcreate new empty buffer in a new window aboveSPC b N lcreate new empty buffer in a new window belowSPC b N ncreate new empty buffer in current windowSPC b N fcreate new empty buffer in a new frame
(thanks to duianto and Jesse Byler)
- Added
cto create a workspace in the workspaces transient state (thanks to duianto) - enabled Helm or Ivy (if one of these is enabled) for:
SPC a d(dired)SPC F f(find-file-other-frame)SPC F b(switch-to-buffer-other-frame)SPC F B(display-buffer-other-frame)SPC F O(dired-other-frame)
(thanks to Miciah Masters)
- New key binding
SPC f iforinsert-file. - New key binidng
SPC f e Ito openearly-init.elfile (thanks to Sylvain Benner) - New
SPC f e Uto update packages (thanks to Codruț Constantin Gușoi) - New frame manipulation key bindings:
- Added
SPC F fforfind-file-other-frame - Added
SPC F dfordelete-frame - Added
SPC F Dfordelete-other-frames - Added
SPC F bforswitch-to-buffer-other-frame - Added
SPC F Bfordisplay-buffer-other-frame - Added
SPC F Ofordired-other-frame - Added
SPC F oforother-frame - Added
SPC F nformake-frame
(thanks to Ben Lloyd, duianto and bmag)
- Added
- Added multiple key bindings to copy a file path:
SPC f y cto show and copy current file absolute path with line and column number in the minibufferSPC f y dto show and copy current directory absolute path in the minibufferSPC f y lto show and copy current file absolute path with line number in the minibufferSPC f y yto show and copy current file absolute path in the minibufferSPC f y Cto show and copy current file path relative to the project root with line and column numberSPC f y Dto show and copy current directory path relative to the project rootSPC f y Lto show and copy current file path relative to the project root with line numberSPC f y Yto show and copy current file path relative to the project rootSPC f y bto show and copy buffer name.
(thanks to Codruț Constantin Gușoi)
- New
SPC f e eto open spacemacs.env file (thanks to Sylvain Benner) - New
SPC f e Eto reload environment variable from env file (thanks to Sylvain Benner) - New
SPC f e C-eto re-initialize the env file from shell (thanks to Sylvain Benner) - New
SPC f Ato open a file and replace buffer with it (thanks to Masayuki Takemura) - Added
SPC f y nandSPC f y Nto copy the name of a file (thanks to Sylvain Benner) - Changed
SPC h d dtoSPC h d aforhelm-apropos, it’s more mnemonic (thanks duianto and yuhan0) - Added
SPC h d aforcounsel-apropos(thanks duianto and yuhan0) - Added profiling key bindings:
SPC h P kto stop the profilerSPC h P rto display the profiler reportSPC h P sto start the profilerSPC h P wto write the profiler report to a file
(thanks to Codruț Constantin Gușoi)
- New
spacemacs-completionkey bindings:C-S-jforhelm-follow-action-forwardC-S-kforhelm-follow-action-backward
(thanks to Diego Berrocal)
- Overhauled the scroll transient state and moved all scrolling key bindings
from
SPC ntoSPC N(thanks to Somelauw) - Alternative keybinding
M-0to switch toneotree/treemacswindow (thanks to Alexander Miller) - Fixed
hjklbindings inimage-modeand add leader bindings:SPC m a acallsimage-toggle-animationSPC m a +callsimage-increase-speedSPC m a -callsimage-decrease-speedSPC m a rcallsimage-reset-speedSPC m g ncallsimage-next-fileSPC m g Ncallsimage-previous-fileSPC m t +callsimage-increase-sizeSPC m t -callsimage-decrease-sizeSPC m t fcallsimage-mode-fit-frameSPC m t rcallsimage-transform-resetSPC m t hcallsimage-transform-fit-to-heightSPC m t wcallsimage-transform-fit-to-widthSPC m t scallsimage-transform-set-scaleSPC m t rcallsimage-transform-rotation
(thanks to Kalle Lindqvist)
- New
SPC p eto editdir-locals.el(thanks to Dela Anthonio) - Move
SPC q ztoSPC q fto kill a frame (thanks to Steven Allen) - New
spacemacs-navigationkey bindings:SPC q tfor restarting with--timed-requiresSPC q Tfor restarting with--adv-timers
(thanks to Rich Alesi)
- Move
SPC t C ptoSPC t h pforhighlight-parentheses-mode(thanks to Thomas de Beauchêne) - New
SPC t m rto toggle responsiveness of the mode-line - New themes transient state keys to list available themes:
tor<up>(thanks to duianto and Muneeb Shaikh) - Added
SPC t zto toggle zero-based column indexing in the mode line - New key binding and function
SPC w dfor =spacemacs/maximize-vertically (thanks to Ag Ibragimov) - New
SPC w 1to set the window layout to a single column (thanks to Alejandro Arrufat) - New
SPC w 4to set the window layout to a 2x2 grid (thanks to Alejandro Arrufat, Codruț Constantin Gușoi, and bmag). - New text align key bindings:
SPC x a [align region at [SPC x a ]align region at ]SPC x a {align region at {SPC x a }align region at }
(thanks to Thomas de Beauchêne)
- New text align key binding
SPC x a %to align region at%(thanks to Gunnar Bastkowski) - New transient state for string inflection under
SPC x i(thanks to Eivind Fonn) - New
SPC x d SPCto delete all spaces except one (thanks to Fabian Wilk) - New string inflection key bindings:
SPC x i icycle symbol naming stylesSPC x i uchange symbol style tounder_scoreSPC x i Uchange symbol style toUP_CASESPC x i kchange symbol style tokebab-caseSPC x i cchange symbol style tolowerCamelCaseSPC x i Cchange symbol style toUpperCamelCase
(thanks to Ric da Silva)
- Improved UX on link opening key bindings:
- Added
SPC x Aforlink-hint-open-all-links - Added
SPC x mforlink-hint-open-multiple-links - Added
SPC x Yforlink-hint-copy-link - Changed
SPC x otolink-hint-open-link-at-point - Changed
SPC x Otolink-hint-open-link - Changed
SPC x ytolink-hint-copy-link-at-point
(thanks to Codruț Constantin Gușoi)
- Added
- New transpose sentences and transpose paragraphs keybindings
(thanks to Daniel Gomez):
SPC x t pfortranspose-paragraphsSPC x t sfortranspose-sentances
- Added missing which-key prefix names
new empty bufferandjustification(thanks to duianto) - New
SPC x t eto transpose sexps (thanks to Guido Kraemer) - Added evil key bindings for visualizer and window mode of
undo-tree(thanks to Rich Alesi) - New key bindings
SPC x l randSPC x w rto randomize lines and words in region (thanks to Sylvain Benner) - Improved
which-keyreadibility by grouping prefixes together and display at least 6 lines (thanks to Sylvain Benner) - Improved
which-keyreplacement regular expressions (thanks to duianto) - Added
SPC owhich-key prefix name:user bindings(thanks to duianto) - Added
symbol-overlaykey bindings (thanks to kenkangxgwe):SPC s ocallsspacemacs/symbol-overlaySPC s Ocallssymbol-overlay-remove-all
- New symbol overlay transient state,
SPC s oon a symbol:bcallssymbol-overlay-switch-backwardccallssymbol-overlay-save-symboldcallssymbol-overlay-jump-to-definitionecallssymbol-overlay-echo-markfcallssymbol-overlay-switch-forwardncallssymbol-overlay-jump-nextNcallssymbol-overlay-jump-prevocallssymbol-overlay-putOcallssymbol-overlay-remove-allpcallssymbol-overlay-jump-prevrcallssymbol-overlay-query-replaceRcallssymbol-overlay-renamescallssymbol-overlay-isearch-literallytcallssymbol-overlay-toggle-in-scopezcallsrecenter-top-bottomqexits the transient state (thanks to kenkangxgwe)
- Added
link-hint-copy-linktoSPC x y(thanks to William Casarin) - Added
evil-unimpairednavigation keys prefixed by[and]to the Spacemacs home buffer (thanks to Sorawee Porncharoenwase) - Added key bindings for indirect buffer functions under
SPC b N:C-icallsmake-indirect-buffericallsclone-indirect-bufferIcallsclone-indirect-buffer-other-window
- Added key bindings (thanks to duianto):
- Evil numbers
SPC n _decrease number at point and in the transient statejandk - Font scaling
SPC z x _scale down - Frame transparency
SPC T T _decrease transparency - Zoom frame
SPC z f _zoom frame out
- Evil numbers
- Added
SPC j Uforspacemacs/avy-open-url(thanks to Dominik Schrempf) - Added workspaces transient state key bindings (thanks to duianto):
SPC l w sspacemacs/single-win-workspace(exits the TS)SPC l w Sspacemacs/single-win-workspace
- Added
SPC t C-S-lspacemacs/toggle-visual-line-navigation-globally(thanks to Matt Kramer) - Added visual-line-navigation keys (thanks to duianto)
upevil-previous-visual-linedownevil-next-visual-line
- Added
aforace-windowto window manipulation transient state (thanks to fleimgruber) - Added
diredevil search next/prev key bindings (thanks to duianto):- With the
vimediting style innormalstate:nevil-ex-search-nextNevil-ex-search-previous
- With the
hybridediting style innormalstate:nevil-search-nextNevil-search-previous
- With the
- Added
SPC x d ldelete-blank-lines(thanks to duianto) - Added keybindings for Easy PG built in Emacs application (thanks to John Stevenson)
- Added
SPC c bto switch to last compilation buffer (thanks to Ivan Yonchovski) - Added
SPC x nfor multi-line transient state (thanks to Tristan Harmer) - Added
shydra-dired-quick-sort/body(thanks to duianto) - Added
SPC p Eforprojectile-find-references(thanks to Alfonso Montero) - Evilify
proced(thanks to Jaehyun Yeom)
- Toggle line numbers (i.e. toggle
- Improvements:
- Inhibited golden-ratio mode from interfering with ediff windows
- Rewrote window layout functions for
SPC w 1,SPC w 2,SPC w 3, andSPC w 4(thanks to Codruț Constantin Gușoi):- Added
spacemacs-window-split-delete-functionvariable, which can be used to customize how the window layout functions delete windows. - Added
spacemacs-window-split-ignore-prefixesvariable, which can be used to customize the defaultspacemacs-window-split-delete-functionfunction. By default, this variable specifies treemacs and neotree sidebar windows. - Added
spacemacs/window-split-default-delete, which is the default function forspacemacs-window-split-delete-function, and which deletes windows that do not match the prefixes inspacemacs-window-split-ignore-prefixes. - Allow a prefix argument to
SPC w 1,SPC w 2,SPC w 3, andSPC w 4, which causes them to delete all windows, ignoring window parameters andspacemacs-window-split-ignore-prefixes.
- Added
- Fill the current filename as a suggestion of
spacemacs/rename-current-buffer-file(thanks to tddsg) - Added support for
helm-swoop-editinhelmtransient state (thanks to Troy Hinckley) - Added prefix argument to
rename-current-buffer-file. If the prefix argument is non-nil then use the directory instead of filename as default value when prompting the user (thanks to Eivind Fonn) - Added prompt to save modified, user created buffers on quit (thanks to Valts Liepiņš)
- Made it easy to configure
spacemacs-evil-cursors(thanks to bmag) - Made popwin handle
google-translatebuffers (thanks to Kalle Lindqvist) - Use
counsel-projectile-switch-project-actioninstead ofprojectile-switch-project-by-name, to match the additional actions available viacounsel-projectile-switch-project(thanks to Tad Fisher) - Use new custom actions mechanism from upstream
counsel-projectile(thanks to Muneeb Shaikh) - Added support for directories in
spacemacs/rename-file(thanks to Boris Buliga) - Improved messages when deleting a file (thanks to duianto)
- Replaced
centered-buffer-modewithwriteroom-mode(thanks to Eugene Yaremenko) - Added
ivysupport to buffer transient state (thanks to yuhan0) - Enabled
evil-searchsearch module in evil state. - Improved function
spacemacs/sort-lines-by-columnto work on rectangular block selection and warn the user about its requirements (thanks to duianto) - Smarter default alignment with
spacemacs/align-repeat(thanks to Eric Siegel and Eivind Fonn) - Set
case-fold-searchtonilincompilation-finish-function(thanks to Wieland Hoffmann) - Hide
evil-mcsingle cursor mode-line lighter “emc” (thanks to duianto) - Rewrite function
spacemacs/sudo-edit. Old version worked only for methodsshand did not work at all if user was not specified (e.g. /ssh:hostname:/path). Since the symbol ‘@’ was required in a filename. (thanks to dvzubarev) - Implemented distraction free mode (thanks to Eugene Yaremenko)
- Added
helmto spacemacs default distribution (thanks to Sylvain Benner) - Made it possible to define an evil state face without an evil cursor (thanks to Alexander Miller)
- Use
evil-smartparens-modewhendotspacemacs-smartparens-strict-modeis enabled (thanks to timor) - Set
which-key-idle-secondary-delayto 0.01 to make which-key update more promptly after each key-press following the initial key-press in a sequence (thanks to oisincar) - Reset initial useful and useless buffers regexp lists to empty lists and left this to the user. This prevents surprising behavior for lots of users (thanks to Sylvain Benner)
- Colorized hybrid and inactive states for vim-powerline (thanks to Muneeb Shaikh)
- Switched to HTTPS for org packages repo (thanks to Sylvain Benner)
- Switched
center-cursor-modeto melpa source (thanks to Dieter Komendera) - Added
Process Listtopopwin:special-display-config(thanks to simendsjo) - Added actions to open
funcs.elandlayers.elfrom layers help (thanks to Boris Buliga) - Cleanup
which-keyby removing obsolete entries and adding some missing ones (thanks to duianto) - Added
go-run-argsto pass command line arguments to `go run` - Editing: Enable smartparens in eldoc-eval-expression (thanks to Aaron Jensen)
- Check for universal argument before paste (thanks to bet4it)
- New variable
spacemacs-yank-indent-modesto enable auto indent in modes not derived fromprog-mode(thanks to bet4it) - Remap
M-SPCandSPC-x-d-SPCtocycle-spacing(thanks to bb2020) - Added
jandkto transient states (thanks to Ag Ibragimov):- Font Scaling
- Frame Transparency
- Zoom Frame
- Added key bindings to the zoom frame transient state:
mfor toggle maximizeffor toggle fullscreen
(thanks to Ag Ibragimov)
- Updated Scrolling Transient State (thanks to duianto)
- Removed new layout confirmation question (thanks to duianto)
- Revealed already bound Helm Transient State navigation keys:
ggo to first candidateGgo to last candidate
(thanks to duianto)
- Added support for visual line numbers (thanks to jcaw)
- Updated evil-numbers transient state to run foreign keys (thanks to Jake Romer)
- Added a
tutorialssection toSPC h T(thanks to duianto):SPC h T eforemacs-tutorial(aliased fromhelp-with-tutorial)SPC h T vforevil-tutor-start
- Improved Window Manipulation Transient state (thanks to yuhan0)
- Added a
spacemacs-layouts-restricted-functionsvariable to restrict functions to the current layouts buffers Default: ‘(spacemacs/window-split-double-columns spacemacs/window-split-triple-columns spacemacs/window-split-grid) (thanks to Thanh Vuong) - Updated the
spacemacs-layoutslayers readme to describe the variables:spacemacs-layouts-restricted-functionsspacemacs-layouts-restrict-spc-tabpersp-autokill-buffer-on-remove
(thanks to John Stevenson)
- Updated
spacemacs-layoutslayers readme to include keybinding (thanks to John Stevenson) - Added a link to
spacemacs|create-align-repeat-xin the docstring foralign-repeat-commands (thanks to Troy Pracy) - Improved TS formatting: workspaces & layouts (thanks to duianto)
- Added more persistant
helmactionsC-zto switch layoutSPC p l- Switch to Project Perspective and Show Recent Files
- Switch to Project Perspective and Search
(thanks to Gia Thanh Vuong)
- Added persistant
helmactions forSPC h pto recompile emacs package (thanks to thanhvg) - Enabled
doommode-line theme to respectdotspacemacs-display-default-layout(thanks to Jake Romer) - Hide
spacemacs//command prefixes in which-key (thanks to duianto) - Prevented removal of
eldocinfo when switching to insert state (thanks to Ivan Yonchovski) - Added a toggleable hint for the Scrolling Transient State (
SPC N) (thanks to Andriy Kmit) - Improved google-translate for set source language to “auto” and select target language interactively (thanks to Lin Sun)
- Allowed users to specify layout local variables (thanks to CeleritasCelery, fauxsoup)
- Refactor +layers/+tools packages to use prefix
atmigrating most key bindings to lower cases and expanding room for further aliases (thanks to John Stevenson) - Refactor layers/+chat|email|fun|readers|web-services packages to use relative key binding, migrating most key bindings to lower cases and expanding room for further aliases (thanks to John Stevenson)
- Added a
org-enable-valignvariable to makevalign-modeopt-out in org-mode-hook (thanks to Claude Ray)
- Fixed:
- Fixed
hkey binding in compilation and grep buffers (thanks to Sylvain Benner) - Disabled the paste transient state when using multiple cursors (thanks to Koray AL)
- Fixed
.repeat operator with the unimpaired keybindings[ qand] qto jump to flycheck errors in the current buffer. (thanks to Robbert van der Helm) - Fixed colorization of compilation buffer (thanks to Abdó Roig-Maranges)
- Fixed placement of created new empty buffer (thanks to bmag)
- Fixed renaming of a buffer without a visited file (thanks to duianto)
- Fixed frame cycling in
evil-unimpaired(thanks to Vladimir Kochnev) - Fixed frame killer logic with persistent server (thanks to Rich Alesi)
- Fixed terminal RET and TAB in layouts/workspaces transient state (thanks to Don March)
- Fixed overriding
sp-show-pair-delay(thanks to Eivind Fonn) - Fixed margin scaling ignoring window (thanks to Eivind Fonn)
- Fixed avy dependency in
spacemacs/ace-buffer-links(thanks to Jonas Strømsodd) - Fixed
evil-paste-pop(thanks to Nicholas Ochiel) - Fixed search direction in
spacemacs/integrate-evil-search(thanks to Thanh Vuong) - Fixed left/right bindings in
undo-tree(thanks to Eivind Fonn) - Replaced obsolete
which-keyfunctions (thanks to duianto) - Fixed
defaulttheme loading (thanks to Eivind Fonn) - Fixed scrollbar still active when disabled (thanks to Valts Liepiņš)
- Fixed the
linumtext scaling advice (thanks to Codruț Constantin Gușoi) - Removed obsolete
purpose-confname argument (thanks to duianto) - Don’t show warning on layout key clashes (thanks to Boris Buliga)
- Fixed
SPC w =for balancing windows (thanks to Sylvain Benner) - Fixed typos related to
persp-mode(thanks to Ruslan Kamashev) - Fixed moving cursor in previous buffers when switching to home buffer (thanks to duianto)
- Fixed
pupo-modeloading forspacemacs-purpose-popwin(thanks to Muneeb Shaikh) - Fixed
undo-treebuffer name inspacemacs-visual(thanks to Winkey Wong) - Fixed renamed
helmsplit window variable (thanks to duianto) - Fixed
neotreeandtreemacswindow number allocation (thanks to Sylvain Benner) - Fixed handling of Windows paths of package archives (thanks to Igor Avdeev)
- Fixed using
eyebrowsewithoutpersp-mode(thanks to Steven Allen) - Fixed misaligned
evil-mccursors on macOS and Windows (thanks to Benjamin Reynolds) - Fixed regression to allow new project perspectives (thanks to Bruno Tavares)
- Compute
spacemacs-modelineheight only after display init (thanks to Benno Fünfstück) - Fixed vertical and horizontal in window manipulation transient state (thanks to Jesse Byler)
- Changed initialization of
recentf-excludeto userecentf-expand-file-namein order to respectrecentf-filename-handlers(thanks to bet4it) - Removed buggy
find-file-hook--open-junk-file(thanks to Sylvain Benner) - Fixed copy-paste error in
lazy-loadhook name (thanks to bmag) - Fixed errors when restoring a perspective (thanks to Codruț Constantin Gușoi)
- Fixed activation of line number in
text-modeandprog-modewhile the user disabled it (thanks to bmag) - Fixed issue with
spacemacs/smart-closing-parenthesissometimes adding an extra closing parenthesis (thanks to Miciah Masters) - Fixed updating buffer names in window configurations (thanks to Miciah Dashiel Butler Masters)
- Made
spacemacs/counsel-searchwith proper highlighting (thanks to Ting Zhou) - Removed compilation finish hook as it was surprising and annoying for lots of users (thanks to Miciah Masters)
- Fixed global toggles for
aggressive-indentandsmartparens(thanks to Matt Kramer) - Fixed loading of outdated compiled files (thanks to Boris Buliga)
- Fixed
helmloading for layouts transient state (thanks to Thomas de Beauchêne) - Added support for
info-find-filein emacs 27 by adding third argument (thanks to Richard Kim) - Fixed
:nohex-command to correctly clear search highlights initiated with both/andC-s(thanks to duianto) - Force
separator-scaleto be 1 when theutf-8separator is used (thanks to Sylvain Benner) - Fixed
find-ert-test-bufferthat moves point (thanks to Alexander-Miller) - Disabled popwin-mode at startup (thanks to bmag)
- Fixed spaceline colors on emacs-mac port (thanks to Paweł Siudak)
- Fixed a bug where setting
dotspacemacs-line-numberstot,relative, or a property list with:enabled-for-modesomitted or set tonilenabled line numbers in every buffer instead of only in buffers that derived fromprog-modeandtext-mode(thanks to bmag) - Fixed bug with
evil-pastedtext object (thanks to Troy Hinckley) - Fixed
golden-ratioto correctly update after[ wand] w(thanks to duianto) - Fixed
projectile-switch-project-action(thanks to John Soo) - Fixed
evil-escapelighter being shown in the mode line (thanks to Sylvain Benner) - Fixed
TABto toggle occurrences in iedit state in Vim and Hybrid editing styles (thanks to Sylvain Benner) - Fixed the projectile global mode function call (thanks to Karol Wójcik)
- Fixed handling of keymap property when the value is a symbol instead of a keymap (thanks to Rudi Grinberg)
- Fixed value of
persp-add-buffer-on-after-change-major-modeto add free buffers to current layout (thanks to Miciah Masters) - Keep previous position on
toggle-maximize-buffer(thanks to Ag Ibragimov) - Deactivate
evil-escapeinholy-mode(thanks to Maxi Wolff) - Removed obsolete
purpose-confargument for good (thanks to Codruț Constantin Gușoi) - Stopped configuring
fci-rule-color, which was overriding themes that configured it (thanks to Victor Cuadrado Juan) - Added ranger-mode to golden-ratio-exclude-modes (thanks to Langston Barrett)
- Fixed evil surround bindings (thanks to Hoyon Mak)
- Exclude which-key from layer sync powerline restore (thanks to Doug Wilson)
- Fixed
doom-modelinein the messages buffer (thanks to duianto) - Fixed void function error when
recentf-save-listis undefined (thanks to Compro-Prasad) - Fixed
global-hl-todo-modeprevents activation inorg(thanks to Sam Pillsworth) - Made
spacemacs-themevariables user customizable fromuser-initspacemacs-theme-keyword-italicspacemacs-theme-comment-bgspacemacs-theme-org-height(thanks to Dominik Schrempf)
- Key bindings (thanks to bb2020)
SPC j (tocheck-parensSPC j ctogoto-last-change
- Excluded
fundamental-modefromspacemacs/check-large-file(thanks to Alexander Miller) - Excluded
tags-table-modefromspacemacs/check-large-file(thanks to Hong Xu) - Fixed copied dir/path not shown in minibuffer when
select-enable-clipboardisnil(thanks to duianto) - Used return value from advised function in
spacemacs//yank-indent-region(thanks to Brandon T. Willard) - Fixed canceling
spacemacs/ace-buffer-links(thanks to duianto) - Required
ivyto loadcounsel-projectile(thanks to Thanh Vuong) - Remove obsolete custom location for
counsel-css(thanks to Richard Kim) - Make
search-enginelayer support custom keywords forengine-mode(thanks to Maxi Wolff) - Fixed
search-enginelayer customization issue (thanks to Haisheng Wu) - Replaced deprecated
avy--generic-jumpwithavy-jump(thanks to Dominik Schrempf) - Switch recreated messages buffer to
evil-normal-state(thanks to duianto) - Fixed
spacemacs/layouts-ts-close-otherwithivy(thanks to duianto) - Fixed
spacemacs/rename-current-buffer-file, separate messages for move & rename, just move and just rename (thanks to duianto) - Fixed
spacemacs/rename-current-buffer-filehandle same new and old name (thanks to duianto) - Fixed sudo-edit on TRAMP (thanks to Carlos Ibáñez)
- Replaced obsolete function
doom-modeline-initwithdoom-modeline-mode(thanks to duianto) - Fixed searching in the
helm-find-fileactions (thanks to duianto) - Fixed
evilified-state, mappedC-wtoevil-window-map(thanks to Muneeb Shaikh) - Fixed
SPC h fhelm-spacemacs-help-faq(thanks to duianto) - Fixed
clpackage deprecatedletf(thanks to duianto) - Fixed origami bindings in normal mode (thanks to Tomasz Kowal)
- Handled buffer move/select/swap to last window nr +1 (thanks to duianto)
- Set
evil-undo-systemtoundo-tree(thanks to duianto) - Checked that
evil-undo-systemexists before it’s called (thanks to khjcph) - Fixed
SPC w TABgolden-ratio resizing. - Fixed
SPC h fhelm-spacemacs-help-faqagain by fixing helm-spacemacs-help//get-faq-headings-list (thanks to greenrecyclebin)
- Fixed
- Fixes
- Fixed auto bind breaking after Agda 2.6.0 api changes
- Retained indentation on paste (thanks to Georgy Lukyanov)
- Key bindings:
SPC m bPlay the entire bufferSPC m cPlay block (paragraph on point)SPC m nPlays the current lineSPC m rPlay region (selected text) (thanks to Andrew Hill (AstroEngiSci))
- Improvements:
- Added support for multiple vault password files, see the layer
README.org(thanks to Sylvain Benner) - Simplified filename matching re (thanks to Anatoli Babenia)
- Added additional YAML paths and refactored
spacemacs--ansible-filename-re(thanks to Brett Campbell)
- Added support for multiple vault password files, see the layer
- Fixes:
- Fixed
File mode specification error: (void-function ansible) - Fixed ansible-doc-mode error on
SPC h d k(thanks to Codruț Constantin Gușoi) - Fixed
error void function ansible: auto-decrypt-encrypt(thanks to Sylvain Benner) - Matched upstream Emacs coding convention names (thanks to Ayush Goyal)
- Fixed void-variable
company-backends(thanks to duianto)
- Fixed
- Improvements:
- Added support for
companypackage declaration (thanks to Kalle Lindqvist) - Added jump handlers for
nasm-mode(thanks to Benjamin Levy)
- Added support for
- New packages:
- Added
yasnippet-snippetspackage (thanks to Jack Kamm) - Added
ivy-yasnippet(thanks to Kalle Lindqvist) - Added
company-box(thanks to Tianyao Chou) - Added
company-posframe(thanks to Thanh Vuong)
- Added
- Improvements:
- Added
autocomplete-idle-delaylayer variable, which Spacemacs uses to setcompany-idle-delayorac-delay(thanks to Benjamin Hipple) - Prefer
.spacemacs.d/snippetsover.emacs.d/private/snippets(thanks to Aaron Jensen) - Use
counsel-companyto show completion candidates (thanks to Kalle Lindqvist) - Added
company-semanticas a default company backend (thanks to bet4it) - Don’t install
company-statisticsunless necessary (thanks to Tianshu Wang)
- Added
- Fixes:
- Check if
dotspacemacs-directory-snippets-direxists before adding it (thanks to Wojciech Wojtyniak) - Fixed check for
dotspacemacs-directory-snippets-dir(thanks to Sylvain Benner) - Fixed
spacemacs/swiper-all-region-or-symbolfunction (thanks to Ayush Goyal) - Fixed backends when
auto-completion-enable-snippets-in-popupis nil (thanks to Sylvain Benner) - Removed the assumption that
C-kwas bound toevil-insert-digraphafter closing/finishing a company completion (thanks to lovrolu) - Make
C-jandC-kwork when searching/filteringcompanyresults if in `vim` mode or `hybrid` mode with `hybrid-style-enable-hjkl-bindings` set to `t` (thanks to dankessler)
- Check if
- Key bindings:
- Removed
C-fbecause it interfered with the default key binding forforward-char(thanks to scturtle and duianto) - Fixed
C-kin company with tooltip (thanks to duianto)
- Removed
- Key bindings:
- Added names to autohotkey mode prefixes (thanks to Ying Qu)
- Key bindings:
- Replaced
org-ref-helm-insert-cite-linkwithorg-ref-insert-link(thanks to Tianshu Wang) - Add ebib support (thanks to Daniel Nicolai)
- Replaced
- Add more package’s recommended hooks, as per docs (thanks to Alfonso Montero)
- Key binds: Add
sforbm-show-allin transient (thanks to Alfonso Montero)
- Breaking changes:
- Moved
cmake-ideand cmake script support to separatecmakelayer (thanks to Alexander Dalshov)
- Moved
- New packages:
cpp-auto-includeInsert and delete C++ header files automatically:- Added variable:
c-c++-enable-organize-includes-on-save - Added key binding:
SPC m r iorganize includes
(thanks to Seong Yong-ju)
- Added variable:
- Improvements:
- Added
lspsupport using eitherclangdorcclsbackends (thanks to Cormac Cannon, Sergey Litovchuk, Fangrui Song and David Vo) - Fixed
lspsupport forcclsserver (thanks to Alexander Dalshov) - Added automatic formatting on save using ClangFormat with the variables
c-c++-enable-clang-format-on-save(thanks to Robbert van der Helm) - Made
c-c++-enable-clang-format-on-savework the first time a c++ file is opened (thanks to AJ Bond) - Added possible value
no-completiontoc-c++-enable-rtags-supportflag. This adds the option to opt-out ofcompany-rtagswhile enabling Rtags. - Added option to use
google-c-stylewith the variablec-c++-enable-google-style, and install thegoogle-make-newline-indenthook with the variablec-c++-enable-google-newline(thanks to Evan Klitzke) - Refactor to reduce duplication (thanks to Dela Anthonio)
- Improved auto-completion for header includes (thanks to Fredrik Bergstrand)
- Added option to use
google-c-style(thanks to Evan Klitzke and Richard Kim) - Added possible value
no-completiontoc-c++-enable-rtags-supportflag (thanks to Farva) - Control auto-newline using the
c-c++-enable-auto-newlinevariable (thanks to Fangrui Song and Codruț Constantin Gușoi) - Added
org-babelsupport (thanks to Michael Rohleder) - Added debugger integration via
daplayer - Added detecting “.ccls” for ccls powered projects
- Fixed the
c-c++-default-mode-for-headersshould not affect the default behavior that opening a .h file will turn C or C++ mode depending on language used in Emacs > 26.1+ (thanks to Lin Sun) - Added
Doxygendoc comment generation usinggendoxy(thanks to Cormac Cannon)
- Added
- Key bindings:
SPC m = =clang-format current region or buffer (thanks to Dela Anthonio)SPC m = fclang-format current function (thanks to Dela Anthonio)- Declare
mgprefix asgoto(thanks to Dela Anthonio) - Support
rtags, available underSPC m gprefix (thanks to Alexander Dalshov and Sylvain Benner) Doxygen=/=gendoxykeybindings underSPC m iprefix
- Fixes:
- Fixed a typo by moving one closing parenthesis :-) (thanks to Richard Kim)
- Fixed clang format on save (thanks to Dela Anthonio and Silver Chan)
- Installation of
gtagslayer conditional onc-c++-enable-rtags-supportflag (thanks to Sylvain Benner) - Only activate
rtagskeybindings whenrtags-modeis active (thanks to lixinchin) - Fixed
google-set-c-stylefunctions being added regardless of configuration (thanks to Martin Øinæs Myrseth) - Updated
SPC m g ybinding to reflect upstream renaming of commands (thanks to Miciah Masters) - Fixed issue with
c++-enable-clang-format-on-savenot taking effect when set (thanks to Silver Chan)
- New packages:
- Added
ob-cfengine3(thanks to Nick Anderson) - Added
mustache-mode
- Added
- Improvements:
- Configure
org-babelforcfenginesource blocks (thanks to Sylvain Benner)
- Configure
- Fixes:
- Fixed flycheck initialization for syntax checking (thanks to Nick Anderson)
- Fixed opening org file when cfengine and org layers enabled (thanks to Nick Anderson)
- New packages:
- Added package
chinese-convfor conversion between simplified and traditional Chinese texts (Xiang Ji)
- Added package
- Improvements:
- Added variable
chinese-fcitx-use-dbus, and fixed the misinformation about dbus in README.org (thanks to AmaiKinono) - Added
fcitx5support (thanks to wgjak47)
- Added variable
- Fixes:
- Make
fcitx.elwork by default (thanks to AmaiKinono) - Evilify the pyim-dict-manager-mode-map after the pyim-dict-manager-mode be loaded (thanks to Lin Sun)
- Make
- Key bindings:
- Added
markdownkey bindings to gmail message mode (thanks to Christoph Paulik)
- Added
- New packages:
- Added
sayiddebugger (thanks to Daniel Manila and Arne Brasseur) - Added
flycheck-clojurelinters (thanks to Eugene Yaremenko) - Added
clj-kondoto Clojure linters (thanks to Luo Tian and John Stevenson) - Added
flycheck-jokerto Clojure linters (thanks to didibus) - Added
kaocha-runnerto Clojure linters (thanks to practicalli-john)
- Added
- Improvements:
- Stored cider REPL history in spacemacs cache (thanks to Ryan Fowler)
- Removed backtick from smartparens pairs for Clojure (thanks to Erwin Kroon and Eivind Fonn)
- Improved
jump-to-definitionfor Clojure modes (thanks to Ag Ibragimov) - Enabled safe structural editing for
.cljs,.cljx, and.cljcfiles (thanks to Dieter Komendera) - Enabled command history navigation in the cider REPL in an insert mode (thanks to Wojciech Wojtyniak)
- Made
clj-refactoroff by default (thanks to Arne Brasseur) - Enabled
clojure-moderefactorings withoutclj-refactor(thanks to yuhan0) - Allowed to send input to the REPL via
RETin normal mode (thanks to Dieter Komendera) - Improved spacemacs-jump-handlers (thanks to Ag Ibragimov)
- Autoscroll to end of REPL when sending buffer content (thanks to Vitaly Banchenko)
- Added ability to use multiple linters together (thanks to didibus)
- Added `spacemacs/cider-eval-sexp-end-of-line` to match lisp functionality (thanks to John Stevenson)
- Added `spacemacs/cider-find-and-clear-repl-buffer` which allows you to find and clear the associated cider repl buffer (thanks to didibus)
- Key bindings:
SPC m e ;to eval sexp and show result as comment (thanks to John Stevenson)- Added
SPC m g nto runcider-find-ns - Added key bindings for profiling and spec browsing:
SPC m g sto browse specSPC m g Sto browse all specsSPC m p +to display or set current max-sample-countSPC m p cto clear profileSPC m p nto toggle namespace profilingSPC m p sto get profile summary for variable under pointSPC m p Sto get summary of all currently collected profile dataSPC m p tto toggle variable profilingSPC m p vto display or set profiling status of variable
(thanks to Luo Tian)
SPC m e Pto pprint eval last sexp (thanks to Tim Jäger)SPC m h cforclojure-cheatsheetto Clojure documentation. (thanks to Michael van der Nest)- Moved
cider-browse-ns-alltoSPC m h N SPC m r c :to toggle between a keyword and a string (thanks to John Stevenson)SPC m s Xto restart the REPL (thanks to James Conroy-Finn)SPC m e uundefine symbol in the current namespace (thanks to John Stevenson)SPC m e iinterrupt the current evaluation (stop long running process) (thanks to John Stevenson)SPC m e vto evaluate s-expression at point (cider-eval-sexp-at-point)SPC m s urequire Clojure utils into current namespace i.e. functionsdocsource(thanks to John Stevenson)SPC m s j cupdated to callcider-jack-in-cljrather than old aliascider-jack-in(thanks to John Stevenson)SPC m s j fnew keybinding to callcider-jack-in-clj&cjls(thanks to John Stevenson)SPC m s j supdated to callcider-jack-in-cljsrather than old aliascider-jack-in-clojurescriptwhich is deprecatedSPC m g gchanged tospacemacs/clj-find-var, a wrapper forcider-find-varif REPL running, otherwisedumb-jump-go(thanks to John Stevenson)- Restored standard
SPC m s ibinding forcider-jack-in-clj(thanks to Russell Mull) SPC m h dnew keybinding forcider-clojuredocs(thanks to Sam Hedin)- Removed
SPC m h gforgrimoireas it is deprecated (thanks to Sam Hedin) C-returntocider-repl-newline-and-indentin REPL evil insert state (thanks to Gia Thanh Vuong)- Changed clear repl buffer of evaluation to match terminal clear key
SPC s s l‘cider-find-and-clear-repl-bufferSPC s s L‘cider-find-and-clear-repl-output (thanks to John Stevenson) - Added sesman session management keybindings to
SPC m mSPC m m b‘sesman-browserSPC m m i‘sesman-infoSPC m m g‘sesman-gotoSPC m m l b‘sesman-link-bufferSPC m m l d‘sesman-link-directorySPC m m l p‘sesman-link-projectSPC m m l u‘sesman-unlinkSPC m m q q‘sesman-quitSPC m m q r‘sesman-restartSPC m m s‘sesman-startSPC m m S j‘cider-connect-sibling-cljSPC m m S s‘cider-connect-sibling-cljs (thanks to John Stevenson) - Updated repl shortcut to use sesman-start wrapper, selecting any repl type
SPC m '‘sesman-start - Changed toggle between source and repl to match key for toggle between code
and test
SPC m s a(if (eq m ‘cider-repl-mode) ‘cider-switch-to-last-clojure-buffer ‘cider-switch-to-repl-buffer) (thanks to John Stevenson) - Added formatting command not previously included
SPC m = =‘cider-format-bufferSPC m = e b‘cider-format-edn-last-sexpSPC m = e e‘cider-format-edn-last-sexpSPC m = e r‘cider-format-edn-regionSPC m = f‘cider-format-defunSPC m = l ~ 'cider-format-region ~SPC m = r‘cider-format-region (thanks to John Stevenson) - Added evaluation keybinding - evaluate up to point
SPC m e V‘cider-eval-sexp-up-to-point (thanks to John Stevenson) - Added evaluation keybinding - go to end of line and evaluate sexp
SPC m e $‘spacemacs/cider-eval-sexp-end-of-lineSPC m e l‘spacemacs/cider-eval-sexp-end-of-line - Added browse-spec keybindings
SPC m h s‘cider-browse-specSPC m h S‘cider-browse-spec-all - Added evaluation keybinding - pretty print // as comment
SPC m e p ;‘cider-pprint-eval-defun-to-commentSPC m e p :‘cider-pprint-eval-last-sexp-to-commentSPC m e p f‘cider-pprint-eval-defun-at-pointSPC m e p e‘cider-pprint-eval-last-sexp (thanks to John Stevenson) - Changed evaluation keybinding - cider-clojure-interaction-mode
SPC m e p l‘cider-eval-print-last-sexp - Add refactor namespace key bindings
ran‘clojure-insert-ns-formraN‘clojure-insert-ns-form-at-pointrsn‘clojure-sort-ns (thanks to John Stevenson) - Add key binding for new function cider-eval-list-around-point
added in CIDER 0.26
SPC m e (‘cider-eval-list-at-point (thanks to John Stevenson) - Add key binding for existing cider-inspect functions
SPC m v e‘cider-inspect-last-sexpSPC m v f‘cider-inspect-defun-at-pointSPC m v i‘cider-inspectSPC m v l‘cider-inspect-last-resultSPC m v v‘cider-inspect-expr (thanks to John Stevenson) - Add key bindings for existing cider namespace functions
SPC m e n a‘cider-ns-reload-allSPC m e n n‘cider-eval-ns-formSPC m e n r‘cider-ns-refreshSPC m e n l‘cider-ns-reload (thanks to John Stevenson)
- Fixes:
- Removed
cider.nrepl/cider-middlewarein lein quick start setting - Fixed
cider-inspector-prev-pagebinding, also addpas another key binding (thanks to Brian Fay) - Fixed Clojure layer
cider-repl-modekey bindings (thanks to Corey Ling) - Compatibility fix for CIDER 0.9.0 (thanks to nijohando)
- Fixed function usage in clojure layer according to cider changes (thanks to André Stylianos Ramos)
- Fixed regression for pinned
cider(thanks to André Stylianos Ramos) - Fixed issue with
clojure-enable-fancify-symbolscausing “invalid face reference” error messages (thanks to Miciah Masters) - Updated obsolete
cider-refreshalias tocider-ns-refresh(thanks to André Peric Tavares) - Removed
clojure-cheatsheetas it is part of cider now (thanks to Eugene Yaremenko) - Updated doc for Cider manual quick start -=cider-connect=. Leiningen
version 2.9 and Boot versions 2.8.2,
cider-nreplversion 0.21.1 (thanks to John Stevenson) - Call interactive
cider-test-*functions interactively (thanks to Timo Freiberg) - Changed
run-all-testsalias torun-project-tests(thanks to Timo Freiberg) - Fixed post-init of parinfer in the clojure layer (thanks to Martin Račák)
- Fixed jumping backwards after
cider-find-var(thanks to Dieter Komendera)
- Removed
- Improvements:
- Added basic autocompletion (thanks to Codruț Constantin Gușoi)
- Key bindings:
- Added a couple of key bindings (thanks to Kalle Lindqvist):
- Added
SPC m 'forcoffee-repl - Added
SPC m c cforcoffee-compile-buffer - Added
SPC m c rforcoffee-compile-region - Added
SPC m s bforcoffee-send-buffer - Added
SPC m s iforcoffee-repl - Added
SPC m s lforcoffee-send-line - Added
SPC m s rforcoffee-send-region - Added
SPC m T cforcoffee-cos-mode
- Added
- Added a couple of key bindings (thanks to Kalle Lindqvist):
- Key bindings:
SPC a t k hdisplay keycast in buffer header (thanks to John Stevenson)SPC a t k mdisplay keycast in modeline (thanks to John Stevenson)SPC a t k tdisplay keycast in tab bar (thanks to John Stevenson)
- Improvements:
keycast-mode-line-insert-aftervariable used to include keycast in mode-line-format (thanks to John Stevenson)
- Improvements:
- Added eval-thing-at-point functions to Common Lisp Layer (thanks to Lukas Woell)
- Make
SPC m 'switch to REPL if slime is already connected instead of asking if another inferior process should be started. (thanks to Lou Woell) - Make rainbow-identifiers not colorize special operators and macros, so they always visually stand out. (thanks to Andriy Kmit)
- New packages:
- Added
slime-asdftoslime-contribsto enabled some slime commands like,load-system(thanks to Daniel Schoepe)
- Added
- Key bindings:
SPC m e lto evaluate current line (thanks to Boris Avdeev)
- Fixes:
- Fixed
SPC m ekey bindings to behave like in Emacs Lisp (thanks to Boris Avdeev) - Fixed initialization of
counsel-gtags(thanks to Sylvain Benner)
- Fixed
- Key bindings:
SPC m T eToggle electric terminator (thanks to Ignat Insarov)
- Key bindings:
- Fixed key binding
g C(thanks to dubnde) - New
SPC m g =to find assignments to a symbol (thanks to dubnde)
- Fixed key binding
- Make pycscope binary configurable (thanks to Gonéri Le Bouder)
- Improvements:
- Enabled
flycheckby default (thanks to Saulius Menkevičius) - No need to unset
omnisharp-auto-complete-want-documentationanymore (thanks to Saulius Menkevičius) - Add support for lsp server (thanks to Saulius Menkevičius)
- Added
SPC m twhich key prefix:csharp/tests(thanks to duianto) - Hide mode-line indicator:
omnisharp(thanks to duianto)
- Enabled
- Key bindings:
- New key binding
SPC m g eforomnisharp-solution-errors(thanks to Saulius Menkevičius) - New key bindings (thanks to Alistair Bush):
SPC m t bforomnisharp-unit-test-bufferSPC m uforomnisharp-auto-complete-overridesSPC m iforomnisharp-fix-usings
- Added unit test bindings (thanks to Saulius Menkevičius):
SPC m t lforomnisharp-unit-test-lastSPC m t tforomnisharp-unit-test-at-point
- New key binding
- Fixes:
- Disabled functions not present in the latest
omnisharppackage (thanks to Saulius Menkevičius)
- Disabled functions not present in the latest
- Key bindings:
SPC m htocsv-header-line(thanks to Francesc Elies Henar)- All key bindings also implemented in tsv-mode (thanks to Aaron Zeng)
- Fixes:
- Fixed
d-modeflycheck imports on dub projects (thanks to Dietrich Daroch)
- Fixed
- Improvements:
- Added
LSPsupport (thanks to Mathieu Post and Takeshi Tsukamoto) - Added
Fluttersupport (thanks to Mathieu Post)
- Added
- Fixes:
- Added
dart-serverpackage (thanks to duianto) - Updated layer variables:
- From:
dart-sdk-pathTo:dart-server-sdk-path - From:
dart-enable-analysis-serverTo:dart-server-enable-analysis-server - From:
dart-format-on-saveTo:dart-server-format-on-save(thanks to duianto)
- From:
- Added
- Improvements:
- Use default docsets path in
helm-dashon macos (thanks to ColorFuzzy) - Added config option
dash-autoload-common-docsetsto toggle init behavior
- Use default docsets path in
- Fixes:
- Fixed startup error when using counsel-dash with custom path in
helm-dash-docset-newpath(thanks to madand) - Update dash layer to reflect dash-docs merge (thanks to Bryan Gilbert)
- Fixed startup error when using counsel-dash with custom path in
- Key bindings:
SPC m cclear deft filter (thanks to Bahtiar Gadimov)SPC m Ncreate new file named (thanks to Bahtiar Gadimov)SPC m odeft open file in other window (thanks to Bahtiar Gadimov)SPC m qfor quitting the deft window (thanks to tinysong)SPC m rrename selected note (thanks to Bahtiar Gadimov)- When zetteldeft is enabled,
SPC a nis moved toSPC a n n
- Added zetteldeft support
- Key bindings:
- Added names to django mode prefixes (thanks to Boris Verhovsky)
- Kill buffer shall return to docker-containers (thanks to Francesc Elies)
- Key bindings:
- Moved key bindings prefix from
SPC DtoSPC a D(thanks to Ag Ibragimov) - Added
SPC m c Bto build image without cache (thanks to Maxi Wolff)
Henar)
- Added
SPC a D Cfordocker-compose(thanks to Daniel Caixinha) - Added
SPC a D nfordocker-networks(thanks to Ramz) - Added
SPC a D vfordocker-volumes(thanks to Ramz) - Added
SPC a D mfordocker-machines(thanks to Ramz)
- Moved key bindings prefix from
- Fixed: broken package declaration for dockerfile-mode (thanks to Maxi Wolff)
- Added LSP support
- Dockerfile mode keybindings (thanks to Alfonso Montero):
- Flatten
cbandcBbuild commands intobandBto save keystrokes. - Add keybindings to some
dockerpackage commands for convenience.
- Flatten
- Fixed: wrong function name
dockerfile-build-no-cache-buffer(thanks to Samuele Favazza)
- Key bindings:
- Added key bindings for
dotnet(thanks to Jordan Kaye):SPC m d a pAdd package to the current dotnet projectSPC m d a rAdd reference to the current dotnet projectSPC m d bBuild the current dotnet projectSPC m d cClean the current dotnet projectSPC m d nCreate a new dotnet projectSPC m d pPublish the current dotnet projectSPC m d r aRun the current dotnet project with argumentsSPC m d r rRestore the current dotnet projectSPC m d s aAdd to the current dotnet solutionSPC m d s lList the current dotnet solutionSPC m d s nCreate a new dotnet solutionSPC m d s rRemove from the current dotnet solutionSPC m d tRun tests for the current dotnet project
- Added key bindings for
- Fixed selection bindings in visual state (thanks to Jeremy Symon)
- Fixed not saving on quit (thanks to Andrew Stevanus)
- Make elfeed-goodies optional (thanks to Benjamin Sigonneau)
- Added missing Alchemist commands and key bindings (thanks to Swaroop C H)
- Key bindings:
- Added
SPC m t bto run tests for current file - Added
SPC m t Nto jump to previous test - Added
SPC m t sto test stale - Added
SPC m t Rto toggle test report display - Added
SPC m g gandSPC m .to jump to definition - Added
SPC m g bandSPC m ,to jump back - Added
SPC m g nto jump to next symbol - Added
SPC m g Nto jump to previous symbol - Added
SPC m g jto list symbol definitions - Added
SPC m X ito find info at point - Added
SPC m X rfor releases at point - Added
SPC m X Rfor releases - Added
SPC m X Ifor hex info - Added
SPC m X sfor hex search - Added
SPC m o lto macroexpand once current line - Added
SPC m o Lto macroexpand once print current line - Added
SPC m o kto macroexpand current line - Added
SPC m o Kto macroexpand once current line - Added
SPC m o ito macroexpand once region - Added
SPC m o Ito macroexpand once print region - Added
SPC m o rto macroexpand region - Added
SPC m o Rto macroexpand print region
- Added
- Key bindings:
- Added elixir format keybind (thanks to Perry Fraser)
SPC m =to format current buffer
- Changed binding of
alchemist-project-find-testfromSPC m p ttoSPC m t F(thanks to Lyuben Petrov) - Mark alchemist jump handler as async (thanks to Lukasz Czaplinski)
- Added elixir-ls backend (thanks to mpanarin)
- Added breakpoint toggle to alchemist binds (thanks to mpanarin)
- Added
SPC m d bto toggle IEx.pry breakpoint
- Added
- lsp layer is a dependency when backend is set to
'lsp(thanks to mpanarin) C-jindents line properly (thanks to mpanarin)- Enabled
evil-matchit(thanks to Miloš Mošić)
- Fixed flycheck initialization (thanks to Kevin W. van Rooijen)
- Added
elm-test-runner(thanks to Juan Edi)
- Fix: after edebug session, get out of evil-evilified (thanks to Ag Ibragimov)
- Key bindings:
- Make
SPC m h hand jump handlers work inielm(thanks to Keith Pinson) - Added
cto continue in edebug mode (thanks to hodge) - Added
SPC m g bto jump back to previous point (thanks to Magnus Therning) - Added Edebug Eval List key bindings
SPC m g wforedebug-whereSPC m aforedebug-delete-eval-itemSPC m kforedebug-delete-eval-itemSPC m ,foredebug-update-eval-listSPC m cforedebug-update-eval-listSPC m e eforedebug-eval-last-sexpSPC m e Eforedebug-eval-print-last-sexp
- Make
- Identify Cask files as emacs lisp ones (thanks to Adrien Becchis)
- Added
overseerert test runner (thanks to Adrien Becchis)- Key bindings:
SPC m t aforoverseer-testSPC m t tforoverseer-test-run-testSPC m t bforoverseer-test-this-bufferSPC m t fforoverseer-test-fileSPC m t gforoverseer-test-tagsSPC m t pforoverseer-test-promptSPC m t Aforoverseer-test-debugSPC m t qforoverseer-test-quietSPC m t vforoverseer-test-verboseSPC m t hforoverseer-help
- Key bindings:
- Setup nameless package, replacing package prefix with
:(thanks to Adrien Becchis) - Move
nameless-modetoggle toSPC m T n(thanks to Sylvain Benner) - Added dotspacemacs alias (
.S) for nameless (thanks to Sylvain Benner) - Disabled nameless by default (thanks to Codruț Constantin Gușoi, Sylvain Benner)
- Activate nameless only in GUI (thanks to Sylvain Benner)
- Added
flycheck-packagefor package metadata linting (thanks to Uroš Perišić) - Make rainbow-identifiers not colorize special operators and macros, so they always visually stand out. (thanks to Andriy Kmit)
- Added
emrintegration + key bindings (thanks to Ivan Yonchovski)- Key bindings:
SPC m r f eforemr-implement-functionSPC m r f dforemr-find-unused-definitionsSPC m r e fforemr-extract-functionSPC m r e vforemr-extract-variableSPC m r e lforemr-extract-to-letSPC m r e cforemr-extract-constantSPC m r e aforemr-extract-autoloadSPC m r i vforemr-inline-variableSPC m r i sforemr-inline-let-variableSPC m r i fforemr-inline-functionSPC m r i aforemr-insert-autoload-directiveSPC m r d lforemr-delete-let-binding-formSPC m r d dforemr-delete-unused-definitionSPC m e wforemr-eval-and-replace
- Key bindings:
- Added
elisp-defintegration (thanks to Thanh Vuong) - Added
elisp-demosintegration (thanks to Alfonso Montero)
- Added support for Emoji fonts on macOS and Linux (thanks to CodeFalling)
- Setup
emojifycache directory (thanks to Boris Buliga) - Hide mode-line indicator:
emoji(thanks to duianto) - Prevented
set-fontset-fontfrom being set in Emacs without a window system (thanks to NicholasTD07k) - Enabled
company-emoji-insert-unicode(thanks to Benjamin Levy)
- Key bindings:
SPC m bto switch between ERC buffers (thanks to Evan Klitzke)
- Conditionally enable ERC notifications via
erc-enable-notifications(thanks to Evan Klitzke) - Added spell checking and mIRC colors (thanks to Benjamin Levy)
- erc-view-log related changes (thanks to Mpho Jele)
- Modified erc-log transient state to open in erc-view-log-mode
- Added utility to open log buffer/file from erc channel
- Added
lspsupport through erlang-ls backend (thanks to cfclavijo) - Added
dapsupport through els_dap backend (thanks to cfclavijo) lsplayer is a dependency when backend is set to'lsp(thanks to cfclavijo)
- Key bindings:
- Change
SPC m s ttoSPC m s fto respect convention (thanks to Yi Liu) - Change
SPC m s TtoSPC m s Fto respect convention (thanks to Yi Liu) - Added REPL bindings (thanks to Guido Kraemer)
SPC m ,to send region, current function, or paragraph and stepSPC m s sto switch between file and REPL bufferSPC m hfor predefined keymapess-doc-mapSPC m rfor predefined keymapess-extra-mapSPC m wfor predefined keymapess-r-package-dev-mapSPC m dfor predefined keymapess-dev-map
- Change some leader keys (thanks to Seong Yong-ju)
SPC m Efor predefined keymapess-extra-mapSPC m Dfor predefined keymapess-r-package-dev-mapSPC m dfor predefined keymapess-dev-map
- Removed noweb bindings since it no longer works (thanks to Seong Yong-ju)
- Change
- Fixed issue with read-only REPL buffer (thanks to Jack Kamm)
- Added ess layer variable
ess-disable-underscore-assign(thanks to Jack Kamm) - Remove
ess-R-object-popupfrom ess layer (thanks to Naylyn Gaffney) - Refactor keybindings for
ess-modeandess-julia-mode(thanks to Guido Kraemer and bmag) - Added Julia repl to
spacemacs/ess-start-repl(thanks to Guido Kraemer) - Optimize Julia layer to provide better dev experience (thanks to Guido Kraemer)
- Reorganize key bindings (refer to
ESSsection in Breaking Changes above) - Added
xrefintegration (thanks to Guido Kraemer) - Update ess-disable-underscore-assign for ESS 18.10 (thanks to Leonard Lausen)
- Update layer with the latest upstream changes (thanks to Guido Kraemer)
- Evilified states for ess help buffer (thanks to ft)
- Added LSP support for R (thanks to Seong Yong-ju)
- Must always explicitly enable
evil-snipe-modeeven whenevil-snipe-override-modeis enabled (thanks to Sylvain Benner)
- Misc fixes for factor version 0.98 (thanks to timor)
- Support running graphical Factor listener instances from Spacemacs
- Support reloading factor-mode/fuel-mode code when connecting to different Factor versions
- Add
search fromivy action (thanks to Daniel Nicolai) - fasd & find layout. Initiates fasd search and opens the item in a layout (thanks to Ag Ibragimov)
- Remove key-bindings pointing to removed commands (thanks to Alexander Baier)
- Added
evil-ledgerpackage (thanks to Alexander Miller)- new key bindings:
g jgo to the next transactiong kgo to the previous transaction evil-ledgeradds thextransaction text object
- new key bindings:
- Prevent auto-complete from adding a space (thanks to Lareb Syed)
- Added prefixes for key bindings (thanks to David Millar-Durrant)
- Added deferred theme changer activation function. (thanks to Thadeus Fleming)
- Fixed geolocation layer on non-macos systems (thanks to Boris Buliga)
- Show user error when location is not set in theme changer (thanks to Boris Buliga)
- Layer:
- marked as deprecated as functionality is all in
gitlayer (thanks to practicalli-john)
- marked as deprecated as functionality is all in
- Packages:
- Added new packages
forge(thanks to Miciah Dashiel Butler Masters) - Do not install
forgeon Windows by default, seeREADME.orgof the layer (thanks to Sylvain Benner) - Remove package
github-browse-filewhich has been replaced bybrowse-at-remoteinversion-controllayer - Added package
grip=mode(thanks to Daniel Nicolai)
- Added new packages
- Key bindings:
- Added
g revilified binding to gist-list-mode (thanks to Jean-Sebastien A. Beaudry) - Forge-topic buffer (thanks to Miciah Masters and yuhan0):
SPC m ccreate new postSPC m eedit post
- Forge-post buffer (thanks to Miciah Masters and yuhan0):
SPC m corSPC m ,submit postSPC m korSPC m kcancel post
- md/org buffer (thanks to Daniel Nicolai)
SPC g h p(toggle) grip-mode
- Added
- Replace
evilified-state-evilifybyevilified-state-evilify-map(thanks to Sylvain Benner) - Disabled status, issues, and PRs by default (thanks to Miciah Masters)
- Removed mentions of the removed package
magithub(thanks to Hong Xu) Obsolete:- Added package
magithub, it is enabled by default in offline mode. - Remove package
magit-gh-pullsas it was deprecated in favor ofmagithubandforge(thanks to Robby O’Connor) - Made magithub offline by default (thanks to Miciah Masters)
- Added package
- Removed
git-cloneandgit-searchpackages for not using a secure means to store access tokens #1153777 (thanks to @practicalli-john)
- Key bindings:
SPC g cto clone a repository (thanks to Steven Allen)SPC g ito initialize a repository (thanks to Steven Allen)SPC m g yto find symbols (thanks to Daniel Ralston)SPC g f dformagit-diff(thanks to Ag Ibragimov and bmag)- Commit message buffer (thanks to yuhan0):
SPC m corSPC m ,commit changes with the entered messageSPC m aorSPC m kdiscard message and abort the commitg jorM-ncycle through history to the previous commit messageg korM-psave current commit message and cycle to the next message
- Log selection buffer (thanks to yuhan0):
SPC m corSPC m ,select the commit at point and act on itSPC m aorSPC m kabort selecting and don’t act on any commit
- Get git permalink for a region (thanks to Roman Gonzalez):
SPC g l popens browser with region permalink URLSPC g l Padds region permalink URL to clipboard
- Moved
magit-find-fileto view a file at a specific branch or commit fromSPC g f ftoSPC g f F(thanks to duianto and Hong Xu) - Unbind
C-ffrommagit-gitflow-popup(thanks to rayw000) - Implement performance hack for MacOS mentioned in Magit manual (thanks to Keith Pinson)
- Magit Forge key bindings for editing a topic, i.e. issue, PR (thanks to
SPC m dMagit Forge toggle draft PR key bindings (thanks to @practicalli-john)
- Fixes:
- Install magit-svn by default and activate with git-enable-magit-svn-plugin
- Added feature to toggle
evil-magitbased on editing style (thanks to Muneeb Shaikh) - Added
use-packagefor deferred loading of evil-magit (thanks to Sylvain Benner) - Remove old evilification of magit buffers (thanks to Sylvain Benner)
- Move evil-magit
use-packagehook declaration to pre-init (thanks to Sylvain Benner) - Change
magit-svn-popupkeybinding to~(thanks to hornuda) - Added gitignore-templates (thanks to Ruslan Kamashev)
- Added
helm-git-grep(thanks to Evan Klitzke) - Enabled colors in
magit-log(thanks to Thomas de Beauchêne) - Added magit buffers to useless buffers (thanks to Thomas de Beauchêne)
- Fixed magit blame function name (thanks to Bjarke Vad Andersen)
- Show magit-log-select and diff in two windows (thanks to duianto)
- Fixed magit conflicting with golden-ratio (thanks Eric Zhang)
- Hide with-editor mode-line indicator:
WE(thanks to duianto) - Fixed magit blame in org buffers (thanks to Compro Prasad)
- Deleted git-link and git-timemachine integration that has been superseded by upstream changes (thanks to Miciah Dashiel Butler Masters)
- Unfolded org headings to a target line when a .org file is opened from a Magit diff or blame buffer (thanks to duianto and Miciah Masters)
- Allowed multichar major mode leader key for exiting magit commit edits (thanks to tuh8888)
- Restore magit transient args between sessions (thanks to duianto)
- Improvements:
- Added orgit-forge (thanks to Ag Ibragimov)
- Add Magit Forge configuration documentation & basic git configuration (thanks to practicalli-john)
- Key bindings:
- Added
g rforgnus-group-get-new-news(thanks to Matthew Leach) - Added
Oprefix in evil state forgnus-group-group-map(thanks to Matthew Leach) - Added unplugged and slave variants. These are for offline usage and
having multiple gnus running, respectively.
SPC a g ggnus (normal). Not slave, plugged.SPC a g oslave & unplugged.SPC a g uunplugged (but not slave).SPC a g sgnus slave (but plugged). (thanks to Spenser Truex)
- Added message mode insert binding:
SPC m i Ffor FLAME ON, following RFC 1855 (thanks to Spenser Truex)
- Added
- Improvements:
- Added a
@gnusperspective (SPC l o g) to the layouts transient state (thanks to Matthew Leach)
- Added a
- Fixed:
- Made the gnus variables user configurable (thanks to duianto)
- Deprecated:
- Dropped support for deprecated
gometalinter(thanks to pancho horrillo)
- Dropped support for deprecated
- Layer variables:
- Add
go-format-before-savewith a default value of nil (thanks to Jon Erik Del Rosario Suero) - Refactored two variables
go-use-gometalinterandgo-use-golangci-lintto onego-linter(thanks to Robert Zaremba)
- Add
- Improvements:
- Added
LSPsupport (thanks to Lupco Kotev) - Set
lsp-diagnostic-packageto:nonewhenGolayer is usingLSP(thanks to Tim Heckman) - Improved go test output buffer behavior (thanks to Denis Bernard)
- Configurable extra arguments to
go run(thanks to Enze Chi) - Configurable extra arguments to
go test(thanks to Ian Clark) - Added toggle for running
gofmtbefore save (thanks to Jon Erik Del Suero) - Added toggle control for verbose go test output (thanks to Enze Chi)
- Added
go-gen-test(thanks to Cosmin Cojocar and Sylvain Benner) - Added
go-impl(thanks to Cosmin Cojocar) - Added
godoctor(thanks to TinySong and Eivind Fonn) - Added
go-tag(thanks to brantou) - Added
go-fill-struct(thanks to Cosmin Cojocar) - Added
golangci-lintsupport (thanks to Lupco Kotev) - Added
GOROOTto list of variables copied from shell environment (thanks to Andy Lindeman) - Added
Testifysupport (thanks to Mathieu Post) - Convert remote file name to local name, stripping trampy stuff (thanks to Josh Santos)
- Configure
go-modeto use thegopkgstool to find available Go packages faster (thanks to Cosmin Cojocar) - Support editorconfig setting of
tab-widthto nil (thanks to lawrsp) - Added setup instructions for
gopls(thanks to pancho horrillo) - Make flycheck disable checkers covered by golangci (thanks to zhuoyikang)
- Updated build instructions for
golangci-lint(thanks to pancho horrillo) - Added
dap-gointegration (ljupchokotev) - Added
go-run-commandvariable (thanks to Jay Z) - Added
go-test-commandvariable (thanks to Jay Z)
- Added
- Key bindings
godoctorkey bindings (thanks to TinySong and Eivind Fonn):SPC m r nto renameSPC m r eto extractSPC m r tto toggleSPC m r dfor godoc
go-gen-testkey bindings (thanks to Cosmin Cojocar and Sylvain Benner):SPC m t g gto generate tests for the function in the active regionSPC m t g fto generate tests for all exported functionsSPC m t g Fto generate tests for all functions
- Added
SPC m r sto fill struct with default values (thanks to Cosmin Cojocar) - Added
SPC m r ito generate method stubs for an interface (thanks to Cosmin Cojocar) - Added
SPC m =to rungofmtmanually (thanks to Jon Erik Del Suero)
- Fixes:
- Fixed loading of the
GOPATH,GOROOT, andGO15VENDOREXPERIMENTenvironment variables (thanks to Joshua Santos) - Fixed
go-run-test-current-functionfor vanilla tests and gocheck suite tests (thanks to Mathieu Post) - Fixed search for current test function to run (thanks to joelpet)
- Disabled
go-eldoc-setupfor LSP backend (thanks to Seong Yong-ju)
- Fixed loading of the
- Use graphviz package from melpa (thanks to Matthew Boston)
- Update
indent-variable-alistto support new groovy-mode (thanks to Sylvain Benner) - Move groovy configuration to its own layer and improve it (thanks to Sylvain Benner)
- Added Gradle support (thanks to Johnson Denen)
- Improved maven and gradle support (thanks to Sylvain Benner)
- Key bindings:
- Added
SPC m r ito add import (thanks to Sylvain Benner)
- Added
- Key bindings:
- Move key binding
SPC m g ctoSPC m g C(regenerate tags)
- Move key binding
- Don’t check if mode function is bound (thanks to Eivind Fonn)
- Implements diminish and toggle (thanks to Dominik Schrempf)
- Added
ivysupport to the gtags layers (thanks to Robbert van der Helm) - Made gtags toggle major mode specific (thanks to Sylvain Benner)
- Fixed issue
counsel-gtagscommand doesn’t work in c-c++ layer (thanks to kekenow) - Fixed a typo by spelling counsel correctly (thanks to kccai)
- Fixed GNU Global install instructions for macOS (thanks to Martin Račák)
- Disabled electric indent for cabal-mode (thanks to Benno Fünfstück)
- Added dante support to haskell layer (thanks to Kyle McKean)
- Fixed:
company-dante->dante-company(thanks to Leon Isenberg) - Rename
haskell-enable-hindent-styletohaskell-enable-hindentand make it a Boolean option in accordance with upstream changes (thanks to PierreR) - Added function for proper import reformatting
- Key bindings:
SPC r iruns newspacemacs/haskell-format-importsfunctionSPC m g breturns from definition inintero-mode(thanks to Magnus Therning)
- Enable LSP mode using HIE.
- Fixed jump handlers for
danteandinferno(thanks to cjay, CthulhuDen and Magnus Therning) - Included
attrapwhendanteis used (thanks to Pepe Iborra) - Added keybinding
C-c C-zforhaskell-interactive-switch(thanks to ft) - Added keybindings to the GHCI REPL:
C-jswitch to next history itemC-kswitch to previous history itemC-lclear the REPL
(thanks to Joscha)
- Reverted the REPL stuck snippets from checking if the
haskellpackage is used, to checking if thehaskelllayer is used (thanks to duianto)
- New packages:
helm-ls-git(thanks to duianto)
- Improvements:
- Support (description . function) cons cells in helm key definitions to prevent menu item truncation and improve readability
- Update all affected helm search keybindings to use explicit descriptive text instead of abbreviated function names
- Load helm before
read-file-nameandcompleting-read(thanks duianto and thanks Miciah for a more elegant solution) - Load helm before
completion-at-point(thanks to duianto) - Filter out useless buffers from
helm-minionSPC b b, all useless buffers can be listed usingSPC b U(thanks to Thomas de Beauchêne) - Limited
ripgrepresults to 512 columns by default, and addedspacemacs-helm-rg-max-column-numberlayer variable to configure the above limit (thanks to Aaron Jensen, Michael Hauser-Raspe, and Sylvain Benner) - Don’t change
helm-bookmarkskeys too early when helm-mode is enabled (thanks to bmag) - Change the default actions for
helm-find-files,helm-buffers-list, and other file- or buffer-related Helm interfaces to handle multiple marked candidates by distributing buffers over existing windows until the action has either assigned all buffers or run out of windows (thanks to Nir Friedman) - Added support for editing the
helm-find-filesbuffer from the Helm transient state (thanks to Troy Hinckley) - Hide lighter (thanks to Sylvain Benner and duianto)
- Lazy load
helmbased on key bindings (thanks to Sylvain Benner) - Added guard to check if
winumis loaded (thanks to Dan Girshovich) - Updated
helm-xrefto set the correctxref-show-xrefs-functionfor Emacs 27 (thanks to Junxuan) - Hide
helm-ff-cache-modemode-line indicator (thanks to duianto) - Ignored
helm-full-frameandpop-up-windowsinhelm-swoopto fix selection navigation (thanks to Boris Sergeyev)
- Key bindings:
- Added Key bindings for directory search:
- ~SPC s d for
spacemacs/helm-dir-smart-do-search - ~SPC s D for
spacemacs/helm-dir-smart-do-search-region-or-symbol - ~SPC s a d for
spacemacs/helm-dir-do-ag - ~SPC s a D for
spacemacs/helm-dir-do-ag-region-or-symbol - ~SPC s k d for
spacemacs/helm-dir-do-ack - ~SPC s k D for
spacemacs/helm-dir-do-ack-region-or-symbol - ~SPC s r d for
spacemacs/helm-dir-do-rg - ~SPC s r D for
spacemacs/helm-dir-do-rg-region-or-symbol - ~SPC s t d for
spacemacs/helm-dir-do-pt - ~SPC s t D for
spacemacs/helm-dir-do-pt-region-or-symbol
(thanks to Tim Jäger and Eivind Fonn)
- ~SPC s d for
- Added
SPC b Uto list all useless buffers (thanks to Thomas de Beauchêne) - Added
SPC s Cforhelm-swoop-clear-cache(thanks to Yang Qian) - Removed
SPC s w wkey binding forhelm-wikipedia-suggest, which was removed upstream. SPC g f fforhelm-ls-git-ls(thanks to duianto)- Add
C-dto create a project perspective and open a project root dired buffer, from theSPC p lpersp switch project prompt (thanks to Magnus Therning) - Add
C(-S)-tabkeybindings for buffer switching (thanks to Daniel Nicolai)
- Added Key bindings for directory search:
- Fixes:
- Fixed signature of
spacemacs//display-helm-window(thanks to Jack Kamm) - Fixed initialization by calling
helm-modewhen Helm is initialized= (thanks to bet4it). - Fixed actions in Helm transient state (thanks to Troy Hinckley)
- Fixed conflict with new Magit transient key bindings (thanks to Sylvain Benner)
- Fixed smex package integration (thanks to Troy Hinckley)
- Fixed winum integration (thanks to Sylvain Benner)
- Fixed “Invalid face reference” error in Helm transient state (thanks to duianto)
- Fixed error from
spacemacs/helm-files-smart-do-searchon non-file buffers (thanks to Miciah Masters) - Fixed regression: void function
helm-current-directoryonC-x C-f(thanks to bmag) - Fixed opening files from buffers without winum (thanks to Codruț Constantin Gușoi)
- Fixed
spacemacs//helm-open-buffers-in-windowswhen opening more files than available windows (thanks to Juha Jeronen) - Fixed searching in a project with
C-sfromSPC p p(thanks to duianto) - Fixed
C-c C-ehelm-find-files-editaction (thanks to duianto) - Added
spacemacs/helm-dir-do-grepto fix #13167 (thanks to Richard Kim) - Moved the
helm-orgdefinition from theorglayer tohelmso thathelm-spacemacs-faq(SPC h f) works without theorglayer (thanks to Nicholas Kirchner)
- Fixed signature of
- Added
impatient-modeunderSPC m i(thanks to geo7) - Added
counsel-cssas anivyalternative tohelm-css-scss(thanks to Robbert van der Helm) - Fixed autoloading bug involving
spacemacs/helm-find-files(thanks to Jack Kamm) - XML files now open with web-mode by default (thanks to Jordan Gwyn)
- Added
helm-xref(thanks to Fangrui Song and Sylvain Benner) - Removed
TABbinding for emacs editing style inemmet-mode(thanks to Kalle Lindqvist) - Revert setting company min. prefix length to 0 for company-web backend (thanks to Dela Anthonio)
- Added missing prefixes for
web-modeandcss-mode(thanks to Uroš Perišić) - Fixed
TABindenting inweb-mode(thanks to Christopher Eames) - Added
lspsupport forcss-mode,less-css-mode, andscss-mode(thanks to Seong Yong-ju) - Added support for
prettierformatter in HTML buffers (thanks to Anton Alekseev) - Added support for
.sveltefiles (thanks to Javier Candeira) - Added
lspsupport forhtmlbuffers (thanks to Thanh Vuong) - Added a toggle state minified/full to the transient state (thanks to duianto)
- Moved cursor to beginning of line after
spacemacs/css-contract-statement(thanks to Mpho Jele)
- Added support for pipenv (thanks to Cazim Hysi)
- Updated Hy layer to current Hy mode (thanks to Cazim Hysi)
- Added support for virtual envs (thanks to Danny Freeman)
- Key bindings:
- Added
SPC m vprefix for virtualenvs - Added
SPC m v pprefix for pipenv - Added
SPC m hprefix forhelp - Added
SPC m eprefix to mirror the eval bindings of other Lisps - Changed
SPC m s s(i.e.start-or-switch-to-shell) toSPC m '
- Added
- Update author email for Idris layer (thanks to Timothy Jones)
- Enabled
idris-simple-indent(thanks to Xuan Bi)
- Added support for auto-completion with
company(thanks to tutysara) - Added
ob-ipython(thanks to Alejandro Catalina) - DRY and tidiness update (thanks to dickmao)
- Key bindings:
SPC a i lto login (thanks to Ben Mabey)SPC m sto split cell at point (thanks to Jaakko Luttinen)<C-return>(execute cell) and<S-return>(execute cell and go to next) also in hybrid mode (thanks to Jaakko Luttinen)- Remove spurious key binding (thanks to Carlos Andrés Rocha)
- Added
SPC a y rein:run(thanks to Zach Pearson) - Added
SPC a y sein:stop(thanks to Zach Pearson) - Added package dependencies for
ein(thanks to ft) - Fixed keybindings per removal of
ein:notebook-multilang-mode - DRY and tidiness update by primary EIN developer
- Dynamically generate transient-state docstring. Remove ob-ipython (Ibid.)
- Avoid counterfeiting of ein:notebook-mode-map (Ibid.)
- Added
recentfalt actions to refresh and delete items (thanks to Rich Alesi) - Added
projectilealternate actions to invalidate cache (thanks to Rich Alesi) - Key bindings:
- Added Helm key binding counterparts:
SPC f e lcounsel-find-librarySPC h icounsel-info-lookup-symbol(thanks to Andriy Kmit’)SPC h mman, fallback towomanon Widows (thanks to madand)
- Added
SPC h d Fto list faces (thanks to Muneeb Shaikh) - Bind
find-file-other-windowtoj(thanks to James Wang) - Added
counsel-mark-ringtorm(thanks to bmag) - Added
counsel-gittoSPC g f f(thanks to Hong Xu) - Added counsel color and faces key bindings (thanks to duianto):
SPC C ecounsel-colors-emacsSPC C fcounsel-facesSPC C wcounsel-colors-web
- Restored bindings in
spacemacs/counsel-searchwithagorrg:f3spacemacs//counsel-save-in-bufferC-c C-espacemacs//counsel-edit
(thanks to madand)
- Add
dto create a project perspective and open a project root dired buffer, from theSPC p lpersp switch project prompt (thanks to Magnus Therning and Muneeb Shaikh) - Rebind
SPC s Sfromspacemacs/swiper-region-or-symbolto Ivy nativeswiper-thing-at-point - Rebind
SPC s Sfromspacemacs/swiper-all-region-or-symbolto Ivy nativeswiper-all-thing-at-point(last two points thanks to Daniel Nicolai) - Bound
SPC s ltoivy-resume(thanks to Wieland Hoffmann) - Rebind
C-ktoC-M-kinivy-reverse-i-search(C-rat a prompt) (thanks to duianto) - Add
C-(S)-tabkeybindings for buffer switching (thanks to Daniel Nicolai)
- Added Helm key binding counterparts:
- Removed definitions for
spacemacs/swiper-region-or-symbolandspacemacs/swiper-all-region-or-symboland updated keybindings, because Ivy has more advanced implementation viaswiper-thing-at-pointandswiper-all-thing-at-point- Add C-RET for ivy-alt-done (thanks to Daniel Nicolai)
- Limit
ripgrepresults to 150 columns (thanks to Aaron Jensen) - Use new API to register additional transient state bindings (thanks to Andriy Kmit’)
- Replaced custom hydra-menu by original and updated hydra-menu, introducing marking feature (thanks to Daniel Nicolai)
- Initiate the transient state with
M-SPCwhile in aivybuffer (thanks to Rich Alesi) - Set
ivy-use-selectable-prompttot(thanks to Boris Buliga) - Rename git dir variable to upstream changes (thanks to bmag)
- Added hook for
org-ctrl-c-ctrl-c(thanks to Sylvain Benner) - Added
ivy-richdisplay transformer forivy-switch-buffer(thanks to Alan Ferguson) - Fixed bug in spacemacs-help when a layer has no packages (thanks to Nikita Leshenko)
- Rotate
ivyre builders rather than toggle (thanks to Tomasz Kołodziejski) - Follow upstream ivy/counsel and remove use of variable
counsel--git-dir(thanks to Chirantan Ekbote) - Fixed creation of layouts with
ivy(thanks to Muneeb Shaikh) - Added
ivy-enable-advanced-buffer-informationvariable to toggleivy-richbeing enabled (thanks to Alejandro Catalina) - Move
counsel-projectileto spacemacs-layouts (thanks to Muneeb Shaikh) - Added
ivy-xref(thanks to Fangrui Song and Sylvain Benner) - Use evil normal mode as default for
ivy-occur-grep-mode(thanks to Ting Zhou) - Fixed error on
nilinput with counsel search (thanks to Miciah Masters) - Fixed call to
counsel-more-charsincounsel-search(thanks to bmag) - Added search highlighting with
ivy--regex-plus(thanks to ivasonn) - Improved jumping in buffer (thanks to Kalle Lindqvist)
- Fixed
SPC m skey bindings for wgrep (thanks to John Lee) - Update
ivy-richconfig for upstream changes (thanks to bmag) - Added
C-rkeybinding for counsel-minibuffer-history (thanks to James Wang) - Fixed counsel search errors due to function rename (thanks to Aaron Jensen)
- Display results count properly in prompt (thanks to yuhan0)
- Fixed typos in spacemacs/search-dir* bindings (thanks to yuhan0)
- Added
ivy-ret-visits-directoryvariable (thanks to bb2020) - Fixed definitions of extra actions R and D for recentf (thanks to madand)
- Renamed
counsel-more-charstoivy-more-charsto match upstream (thanks to duianto) - Set
counsel-find-file-at-pointtotto enable better auto completion ofcounsel-find-file(thanks to Hong Xu) - Fixed broken
ivy-occur(thanks to Carlos Ibáñez) - Fixed
counsel-git-grepwith inputSPC s g P(thanks to Carlos Ibáñez) - Keep
C-hbinding incounsel-find-file-maponly for hjkl navigation (thanks to Hong Xu) - Optimize
spacemacs/counsel-searchforagandrg(thanks to Hong Xu) - Fixed void variable
counsel-find-file-map(thanks to duianto) - Fixed wrong initial directory in
spacemacs/counsel-search(thanks to Carlos Ibáñez and Juuso Valkeejärvi) - Fix visual selection expansion across the buffer on `SPC s S` and `SPC s B` (thanks to Andriy Kmit)
- Fixed
clpackage deprecatedletf*(thanks to duianto) - Fixed counsel find-file functions to use Spacemacs check for opening large
files (thanks to Daniel Nicolai)
- Add option to configure
all-the-icons-ivy-rich(thanks to Daniel Nicolai)
- Changed
SPC b itoSPC b tforimenutree view (thansk to Sylvain Benner) - Fixed key bindings (thanks to bet4it):
rinside imenu-list buffer to refreshSPC b tcallsimenu-list-smart-togglerather thanimenu-list-minor-mode
- Added missing optional argument for the
jabber-alert-echofunction to fixwrong-number-of-argumentserror when jabber receives a new notification (thanks to Aleksei Fedotov)
- Added variable
json-fmt-on-saveto run the selected formatter on save.
- Fixed flycheck support in jsonnet files (thanks to Vikash Balasubramanian)
- Key bindings:
SPC m e eis now to fix error around point. UseSPC eprefix to navigate between errors.SPC m p rto run project (thanks to Willian Ver Valem Paiva)SPC r nforeclim-java-new(thanks to Dela Anthonio)- New
lspbackend keybindingsSPC m r c iconvert to static importSPC m r a tadd throws exceptionSPC m r a aassign all parameters to fieldsSPC m r a fassign parameter to fieldSPC m r g gto generate getters/settersSPC m r g eto generateequalsandhashCodemethodsSPC m r g tto generatetoStringmethodSPC m r g oto generate method overridesSPC m c pcreate spring boot project (thanks to Ivan Yonchovski)
- Fixed
SPC m m t C-ait was bound toSPC m m t C - a(thanks to duianto) - New
lspbackend keybindingsSPC m r a lassign statement to localSPC m r a Fassign statement to field
- Improvements:
- Added support for multiple backends. Supported backends are:
meghanada,eclim. The default backend ismeghanada. (thanks to Ivan Yonchovski) - Added
ENSIMEjump handlers (thanks to Joao Azevedo) - Improved
maven(thanks to Sylvain Benner) - Made
javalayer depend ongroovylayer (thanks to Sylvain Benner) - Added
org-babelsupport (thanks to Michael Rohleder) - Remove broken
ENSIMEkey bindings (thanks to Bjarke Vad Andersen) - Added LSP Java backend (thanks to Ivan Yonchovski)
- Added
.dap-breakpointsand.lsp-session-*(java lsp tempfiles) to .gitignore (thanks to Uroš Perišić) - Added
transient(package update temp folder) to .gitignore (thanks to Jarosław Górny) - Added ** * smartparens pair (thanks to Ivan Yonchovski)
- Added the prefix name “actionable” to
SPC m a(thanks to duianto)
- Added support for multiple backends. Supported backends are:
- Fixes:
- Removed
gradle-modewhich is unsupported and was breaking other major modes - Replace usage of
ensime-print-type-at-pointbyensime-type-at-point(thanks to Joao Azevedo) - Added defalias for
ensime-type-at-pointfor compatibility (thanks to Eivind Fonn) - Fixed syntax typo in configuration (thanks to EMayej)
- Fixed yanking types (thanks to Bjarke Vad Andersen)
- Fixed gtags related initialization (thanks to Guido Kraemer)
- Fixed prefixes for
java-mode(thanks to Seong Yong-ju) - Enabled
lsp-javawhen thejava-backendisniland thelsplayer is enabled (thanks to Ivan Yonchovski) - Fixed
dap-javashortcuts (thanks to Ivan Yonchovski) - Removed
lsp-javaconfigurations for missing properties or for defaults that already are set bylsp-mode/lsp-java(thanks to Ivan Yonchovski)
- Removed
- Improvements:
- Leverage js-doc Yasnippet integration if available (thanks to Andriy Kmit’)
- Added LSP support, which can be used by enabling the
lsplayer and setting thejavascriptlayer’sjavascript-backendvariable tolsp(thanks to Ting Zhou and Sylvain Benner) - Added ES6 module extension to
init-js2-mode(thanks to Nathan Lloyd) - Added
org-babelsupport (thanks to Michael Rohleder) - Added debug support via
daplayer (Firefox and Google Chrome) - Added format on save option. (thanks to Trapez Breen)
- Added
nodejs-replsupport (thanks to Uroš Perišić) - Added a
javascript-lsp-lintervariable to allow for disablinglspas a linter forjavascriptandreact, whenlspis set as the backend (thanks to Thanh Vuong) - Documented how to: Enable
lsp. Installflow(thanks to William Blasko)
- Key bindings
- Improved coffeescript support (thanks to Kalle Lindqvist):
SPC m 'to create or go to REPLSPC m c cto compile bufferSPC m c rto compile regionSPC m s bto send buffer to REPLSPC m s lto send line to REPLSPC m s ito create or go to REPLSPC m s rto send current region to the REPL and stay in bufferSPC m T cto toggle compile on save
- Move REPL live eval toggle to
SPC m T l(thanks to Sylvain Benner) - Updated readme key from:
SPC m s ato:SPC m T l(thanks to duianto) - Added
import-jssupport with key bindings:SPC m i ito mport the module for the variable under the cursorSPC m i fto import any missing modules and remove any modules that ar not usedSPC m g ito go to the module of the variable under cursor
(thanks to Seong Yong-ju)
- Move
SPC m iforimpatient-modetoSPC m IasSPC m iis now taken by theimport-jskey-bindings (thanks to Seong Yong-ju)
- Improved coffeescript support (thanks to Kalle Lindqvist):
- Fixes:
- Set default value of
tern-commandto “tern” (thanks to Sylvain Benner and Juuso Valkeejärvi) - Check if
ternexists before using it (thanks to Codruț Constantin Gușoi) - Fixed hook value to enable
evil-matchit(thanks to Thanh Vuong) - Fixed hook value to enable
evil-matchit(thanks to Thanh Vuong) - Disabled
js2-mode’snext-error-functionwhen thesyntax-checkinglayer is enabled, to letflycheckhandle any errors (thanks to Thanh Vuong)
- Set default value of
- Fixes:
- Loaded
lsp-juliafrom melpa (thanks to Guido Kraemer) - Fixed
julia-mode-local-vars-hook(thanks to Guido Kraemer) - Limited
evil-surround-pairs-alistredefinitions to julia mode (thanks to duianto) - Remove warning about LanguageServer.jl not working in 1.0 (thanks to Daniel Molina)
- Fixed inconsistencies in backend configuration (thanks to Matt Kramer)
- Loaded
- Added support for Colemak layout (thanks to Daniel Mijares, Lyall Cooper and Eivind Fonn)
- Added new programmer dvorak layout that matches vim like key placement (thanks to Max Gonzih)
- Added support for the Workman keyboard layout (thanks to warreq)
- Added neo keyboard layout (thanks to benozol)
- Added colemak-jkhl layout (thanks to fmdkdd)
- Disambiguate the colemak-hnei and colemak-neio layouts (thanks to fmdkdd)
- Improved support for workman keyboard layout (thanks to Benjamin Reynolds)
- Added
after-confighooks for lazy-loaded packages (thanks to CharlesHD) - Added undo-tree visualizer mapping (thanks to CharlesHD)
- Fixed key remapping after
clpackage deprecation (thanks to Damien Picard) - Fixed
bepolayout, commented out broken evil-window :common bindings (thanks to CharlesHD) - Added evil-lisp-state mapping (thanks to Damien Picard)
- Added ediff mapping (thanks to iv-nn)
- Added the
kivypackage (thanks to Nasser Alshammari and Ryota Kayanuma)
- New package
magic-latex-buffer(thanks to benquebec) - New layer variable
latex-enable-magicto enablemagicsymbols in latex buffers, see README.org for more info (thanks to benquebec) - Put magic-latex-buffer in TeX-update-style-hook instead of LaTeX-mode-hook (thanks to Matt Kramer)
- Enable auto indent when paste. Remove
latex-modefromspacemacs-yank-indent-modesto disable it (thanks to bet4it) - Added support for
company-reftex(thanks to et2010) - Added bindings to navigate between errors in tex mode:
SPC m ngoto next errorSPC m Ngoto previous error (thanks to Olivier Verdier)
- Fixed README to say auto-fill on by default. (thanks to Max Willsey)
- Added ConTeXt mode to the key bindings (thanks to ft)
- Fixed
SPC m ;binding (thanks to Tianshu Wang) - Fix jump handlers setup and use dumb-jump as default (thanks to Matt Kramer)
- Added layer variable
latex-build-engineto provide better i18n support (thanks to Lucius Hu) - Added layer variable
latex-refresh-previewto refresh the preview buffer when compiled PDF is changed (thanks to Lucius Hu) - Automatically configure
pdf-toolsas pdf viewer forTeX-viewcommand (by default) (Thanks to Daniel Nicolai) - Add layer variable to open
pdf-toolsin split window (Thanks to Daniel Nicolai) - New package
evil-tex(thanks to Dan Kessler)
- Added support for auto-completion with
company(thanks to halfcrazy) - Added support for
LSP(EmmyLua-LS-all, lua-language-server, lua-lsp) (thanks to Lin.Sun) - Added
EmmyLua-LS-all.jarto.gitignore(thanks to duianto) - Removed require lsp-clients (thanks to duianto)
- Added core keybindings and prefix declarations for all LSP-based language layers, and helper functions to bind server-specific extensions (thanks to Cormac Cannon).
- Replace lsp-capabilities keybinding with lsp-describe-session (thanks to Bryan Tan)
- Added
lsp-treemacsSPC m t g eto show error list
- Fixed missing shortcuts for
lsp-modeSPC m F rto remove workspace folderSPC m F ato add workspace folderSPC m F rto switch workspace folderSPC m b sto shutdown current workspaceSPC m T lto toggle lensesSPC m = rto format region
- Added package
helm-lspSPC m g sto find symbol in current projectSPC m g Sto find symbol in all projectsSPC p Eto show error list
- Disabled
helm-lspkeybindings whenivylayer enabled (Cormac Cannon) - Deleted
fix-lsp-company-prefixsincecompany-lspis doing that handling. - Fixed a delay when declaring prefixes for mode (thanks to Thanh Vuong)
- Required
helmortreemacsto downloadhelm-lsporlsp-treemacs(thanks to Steven Allen) - Required
yasnippet(thanks to Ivan Yonchovski) - Removed the now obsolete variable
lsp-prefer-flymake(originally added by Juuso Valkeejärvi), the new variablelsp-diagnostic-packageis handled upstream (thanks to duianto) - Removed
company-lsp. Nowlsp-modeis responsible for configuringcompany-backendsand it will usecompany-capf. - Fixed upstream removal of
lsp-clients(thanks to Colin Woodbury) - Added documentation for
lsp-headerline-breadcrumb-mode,lsp-lens-mode,lsp-modeline-diagnostics-mode, andlsp-modeline-code-actions-mode(thanks to Lucius Hu) - Added
lsp-versiontoSPC m b v(thanks to nanashi0x74)
- Layer variables:
- Added variable
dap-enable-mouse-support - Added variable
dap-enable-ui-controls
- Added variable
- Key bindings
SPC m d d eto edit debug template- Added global binding under
SPC d
- Improvements:
- Evilfied
dapdebug windows
- Evilfied
- Changed the dap-python debugger from
ptvsdtodebugpy.ptvsdis deprecated indap-modeand is broken in Spacemacs.
- Fontify code blocks natively by default, for parity with the Org layer (thanks to Keith Pinson)
- Disable
mmm-modein Git commit buffers, in order to allow the use of Markdown mode when committing (thanks to Keith Pinson) - New layer variable
markdown-mmm-auto-modeswhich is a list of language names or lists of language and mode names that are supported in source blocks, you can add you own modes, see layer README.org for more info (thanks to Christian Brassat) - Added support for Scala source blocks (thanks to Christian Brassat)
- Fixed save of org table (thanks to Codruț Constantin Gușoi)
- Fixed missing key bindings for
gfm-mode(thanks to Codruț Constantin Gușoi) - Open Madoko document using markdown mode (thanks to Han Wang)
- Key bindings:
SPC m T ito toggle inline imagesSPC m T lto toggle url hidingSPC m T tto toggle checkboxSPC m T wto toggle wiki links (thanks to Swaroop C H (added keys), AmaiKinono (moved to upper case T))SPC m T mformarkdown-toggle-markup-hiding(thanks to Miciah Masters (added key), AmaiKinono (moved to upper case T))
- Update markdown insert link, function renamed (thanks to duianto)
- Made all keybindings available in gfm-mode (thanks to Codruț Constantin Gușoi)
- Remove org table lighter (thanks to Troy Hinckley)
- Fixed
M-h,M-j,M-k,M-lbindings (thanks to Kechao CAI) - New key bindings (thanks to Sylvain Benner):
M-upformarkdown-move-upM-downformarkdown-move-downM-leftformarkdown-move-leftM-rightformarkdown-move-right
- Update key bindings to reflect changes in markdown-mode 2.3
(thanks to Miciah Masters)
- Rename
markdown-exdent-regiontomarkdown-outdent-region. - Command for
SPC m i Ifolded intoSPC m i i. SPC m i landSPC m i Lreplaced by markdown-insert-linkSPC m i l.- Rename
markdown-jumptomarkdown-do
- Rename
- Hide MMM mode-line indicator (thanks to duianto)
- Use
orgtbl-modeonly when theorglayer is used (thanks to Boris Buliga) - Added key bindings (thanks to AmaiKinono):
- Element insertion
SPC m x Binsert gfm checkboxSPC m x smake region striked through or insert strikethrough
- Table manipulation
SPC m t pmove row upSPC m t nmove row downSPC m t fmove column rightSPC m t bmove column leftSPC m t rinsert rowSPC m t Rdelete rowSPC m t cinsert columnSPC m t Cdelete columnSPC m t ssort linesSPC m t ttranspose tableSPC m t dconvert region to table
- Element insertion
- Bound major mode leader key and
M-RETtomarkdown-insert-list-itemfor terminal users (thanks to AmaiKinono) - Made
*lsp-help*buffer shown in a popup window using popwin - Add support for mdx files via markdown-mode (thanks to robbyoconnor)
- Improve documentation about markdown preview options (thanks to Lin Sun)
- Added SPARQL-mode (thanks to Dietrich Daroch)
- Added android logcat (thanks to jiejingzhang)
- Added pkgbuild (thanks to Sven Fischer)
- Added keybinding for pkgbuild-update-srcinfo (thanks to pancho horrillo)
- Added ebuild-mode (thanks to Kai Wohlfahrt)
- Added the vala programming language (thanks to Steven Allen)
- Added hoon (thanks to Hunter Haugen)
- Added custom Spacemacs layout for
mu4ebuffers (thanks to Benjamin Reynolds) - Key bindings:
- Thanks to Peter Nagy and Eivind Fonn
- add
SPC m ,andSPC m cto send message and exit - add
SPC m aandSPC m kto kill message buffer - add
SPC m sto save message as draft - add
SPC m fto attach file
- add
- Thanks to Peter Nagy and Eivind Fonn
- Replace mu4e multiple accounts with contexts (thanks to Allen Li)
- Refactor to use
spacemacs/add-to-hooks(thanks to Sylvain Benner) - Added helm-mu4e integration and key bindings
(thanks to Sébastien Bariteau and Sylvain Benner):
SPC a Mto start mu4eSPC m SorSPC m /to search emails (requires helm)SPC m Cto search contacts (requires helm)
- Better defaults, async and utility functions (thanks to Peter Hoeg)
- Added binding
C-x mto compose new message
- Added binding
- Made maildirs extension optional (thanks to JorisE)
- Create email with attachments from dired (thanks to Oleg Pykhalov)
- Refactor major-mode leader key bindings (thanks to Miciah Masters)
- Enabled scrolling in
mu4e(thanks to Simon Altschuler) - Kill mu4e layout on app exit (thanks to Ag Ibragimov)
- Restore
gubinding formu4e-view-go-to-url(thanks to Dominik Schrempf) - Updated assigned purpose names
- Disabled Spacemacs paste transient state when pasting to avoid pasting issue when there are more than one cursor (thanks to braham-snyder)
- Added magnars’s multiple-cursors package as a new backend (thanks to bb2020)
SPC s m amc/mark-all-dwimSPC s m bmc/mark-all-like-thisSPC s m mmc/mark-more-like-this-extendedSPC s m rmc/edit-linesSPC s m s lmc/insert-lettersSPC s m s mmc/mark-sgml-tag-pairSPC s m s nmc/insert-numbersSPC s m s rset-rectangular-region-anchorSPC s m s smc/sort-regionsSPC s m s tmc/reverse-regions
- Fixed initialization (thanks to Seong Yong-ju)
- Moved
evil-mckey bindings toevil-mc-key-map(thanks to Seong Yong-ju) - Documented
evil-mcmake cursors from selection key bindings:grIevil-mc-make-cursor-in-visual-selection-beggrAevil-mc-make-cursor-in-visual-selection-end
(thanks to duianto)
- Disabled
evil-mc-modeinmagit-mode(thanks to duianto)
- Made neotree an optional instead of a default layer
- Move neotree to its own layer in new +filetree folder (thanks to Sylvain Benner)
- Added screenshot in neotree layer (thanks to duianto)
- Allow a prefix argument to
RET/l(spacemacs/neotree-expand-or-open) to specify which window to use to open a file (thanks to Ljupcho Kotev) - Key bindings (thanks to bmag):
SPC f Treinstated for showing file tree with Neotree or TreemacsSPC 0andM-0are consistent across Neotree and Treemacs
- Fixed
RETbinding functionality (thanks to Lupco Kotev) - Use “open” instead of “xdg-open” on macos (thanks to Alexander-Miller)
- Remapped
winum-select-window-0-or-10toneotree-showso thatC-x w 0,SPC 0andM-0call the same command (thanks to duianto and Miciah)
- Enabled Flycheck (thanks to William Casarin)
- Defer loading (thanks to Benno Fünfstück)
- Disabled Electric-Indent mode, which interfered with the nix-mode indent function (thanks to Profpatsch)
- Associate nix-mode with .nix files (thanks to jpathy)
- Updated layer banner (thanks to kalium)
- Added experimental LSP support (thanks to LuisChDev)
- Added key binding
SPC m h hto show symbol documentation (thanks to Valts Liepiņš) - Make
spacemacs/nim-compile-runwork with current buffer file instead of defaulting tomain.nim(thanks to Uroš Perišić) - Replace
company-capfwithcompany-nimsuggestincompany-backends-nim-modeto improve responsiveness (thanks to Uroš Perišić) - Declare all prefix names (
'(compile goto help)) fornim-mode(thanks to Uroš Perišić)
- Use
add-node-modules-pathto automatically find local executables (thanks to jupl) - Disabled add-node-modules-path by default (thanks to Eivind Fonn)
- Added support for scrolling the message pane in notmuch-tree, originally bound to SPC/BKSPC (thanks to inwit).
- Fixed a bug in notmuch-tree which was preventing
d~/~Dbindings to work (thanks to Daniel Nicolai, alexey0308, inwit) - Try harder to find GitHub patch URL (thanks to Miciah Masters)
- Open GitHub patches fullscreen
- Add next and previous message bindings to notmuch-tree mode
- Change the
C-nandC-pmessage keys to their originalNandPbindings - Edit require from
org-notmuchtool-notmuchas per org-mode update 9.3.1 (thanks to Loys Ollivier) - Fix address completion in notmuch-message mode (thanks to Mattijs Korpershoek)
- Allow initialization without requiring
opam(thanks to Bernhard Schommer) - Fixed misused functions,
merlinis a package not a layer (thanks to jinyang and Rudi Grinberg) - Fixed issue with OPAM share directory on Windows (thanks to Levi Roth)
- Enabled flycheck-ocaml (thanks to Dave Aitken)
- Fixed backspace delete (thanks to Hasan Alirajpurwala)
- Fixed flycheck-ocaml not initialized warning (thanks to Artur Juraszek)
- Added
dunesupport viadune-mode(thanks to Lyman Gillispie) - Fixed ocamlformat not properly initialized by following do (thanks to Nicolas Raymond)
- Allow new OPAM share commandline syntax (thanks to Cody McKenzie)
- Add
SPC m [fororg-agenda-file-to-frontandSPC m ]fororg-remove-file(thanks to Keith Pinson). - Add initial
org-transclusionsupport behindorg-enable-transclusion-supportflag (thanks to Keith Pinson). - When
org-appearis set to be triggered manually and Spacemacs’ editing mode is Vim or hybrid, register relevantorg-appearcommands in Evil hooks for Org buffers (thanks to Keith Pinson and Radosław Rowicki). - Provide some sane default strategies for enforcing
TODOdependencies viaorg-todo-dependencies-strategy(thanks to Keith Pinson). - Load org-mode email integration (mu4e/notmuch) when org is loaded (thanks to Steven Allen)
- Packages:
- Added package
org-journal(thanks to Nick Anderson)- Added shortcuts for handling scheduled entries and find journal file (thanks to Daniel Nicolai)
- Added package for
org-sticky-header-mode(thanks to Langston Barret) - Added package
org-jira(thanks to Kirill A. Korinsky) - Added package
org-rich-yank(thanks to Keith Pinson) - Added package
org-roam(thanks to Mariusz Klochowicz) - Added package
org-contacts(thanks to Daniel Nicolai) - Added package
org-appear(thanks to winsphinX) - Added package
org-alert(thanks to cmonkey) - Added package
org-roam-ui(thanks to winsphinX)
- Added package
- Key bindings:
SPC m s yfororg-copy-subtree(thanks to Keith Pinson)SPC m T ito toggle inline images- Move clock related key bindings to
SPC a o C - Key bindings (thanks to darkfeline and Langston Barrett):
- add
SPC a o C Ito clock in last - add
SPC a o C cto cancel the last clock - add
SPC a o C jto jump to current clock - add
SPC a o rto rifle through files with new packagehelm-org-rifle - add
SPC m C Ito clock in last - add
SPC m C Rto insert a clock report - add
SPC m C dto display clocks - add
SPC m C gfor org-clock-goto - add
SPC m C jto jump to current clock - add
SPC m pto change priority - add
SPC m rfor helm-org-rifle
- add
- Added
SPC m #to update statistics cookies (thanks to Christian Höppner) - Key bindings (thanks to James Wang):
- add
SPC m T eto toggle pretty entities - add
SPC m T lto toggle link display
- add
- Added org-agenda commands in org agenda transient state to un-schedule and
un-deadline tasks (thanks to Jake Zerrer)
- add
d Sto unschedule org-agenda-schedule - add
d Dto remove org-agenda-deadline
- add
- Added
M-RETfororg-meta-returnunder major mode leader key (thanks to Sylvain Benner) - Added
SPC m T cfororg-toggle-checkbox(thanks to Paweł Siudak) - Added org-babel commands (thanks to timor):
SPC m b pcallsorg-babel-previous-src-blockSPC m b ncallsorg-babel-next-src-blockSPC m b ecallsorg-babel-execute-maybeSPC m b ocallsorg-babel-open-src-block-resultSPC m b vcallsorg-babel-expand-src-blockSPC m b ucallsorg-babel-goto-src-block-headSPC m b gcallsorg-babel-goto-named-src-blockSPC m b rcallsorg-babel-goto-named-resultSPC m b bcallsorg-babel-execute-bufferSPC m b scallsorg-babel-execute-subtreeSPC m b dcallsorg-babel-demarcate-blockSPC m b tcallsorg-babel-tangleSPC m b fcallsorg-babel-tangle-fileSPC m b ccallsorg-babel-check-src-blockSPC m b jcallsorg-babel-insert-header-argSPC m b lcallsorg-babel-load-in-sessionSPC m b icallsorg-babel-lob-ingestSPC m b Icallsorg-babel-view-src-block-infoSPC m b zcallsorg-babel-switch-to-sessionSPC m b Zcallsorg-babel-switch-to-session-with-codeSPC m b acallsorg-babel-sha1-hashSPC m b xcallsorg-babel-do-key-sequence-in-edit-bufferSPC m b .enters transient state
- Added key bindings for
org-feed(thanks to Luke Alexander Stein):SPC a o f iandSPC m f ito go to feed inboxSPC a o f uandSPC m f uto update all feeds
- Added key bindings for
org-clock(thanks to Langston Barrett, William Casarin, Francesc Elies Henar, Daniel Molina):SPC a o C cfororg-clock-cancelSPC a o C gfororg-clock-gotoSPC a o C ifororg-clock-inSPC a o C Ifororg-clock-in-lastSPC a o C jfororg-clock-jump-to-current-clockSPC a o C ofororg-clock-outSPC a o C rfororg-resolve-clocks
- Updates org-layer key bindings for Org 9.2 release
(thanks to Sam Pillsworth):
SPC m i bfororg-insert-structure-templateSPC m i tfororg-set-tags-command
- Added key binding for org-insert-item (thanks to Emil Petersen)
SPC m i ifororg-insert-item
- Added
SPC m s dfororg-cut-subtree(thanks to clwgg) - Added key bindings for
org-jira(thanks to Kirill A. Korinsky)SPC a o J p gGet projects listSPC a o J i bOpen the current issue in a WWW browserSPC a o J i gGet issuesSPC a o J i hGet only head of issuesSPC a o J i fGet only head of issues from filterSPC a o J i uUpdate an issue at pointSPC a o J i wProgress an issue at pointSPC a o J i rRefresh an issue at pointSPC a o J i cCreate an issue at pointSPC a o J i yCopy current issue keySPC a o J s cCreate a subtaskSPC a o J s gGet subtasksSPC a o J c uUpdate the comment at point or add a new commentSPC a o J t jConvert the TODO item at point to a Jira ticket
- Added
SPC m C porg-pomodoroinorg-journal-mode(thanks to Mariusz Klochowicz) - Key binding changes for archiving (thanks to Ag Ibragimov):
- Added
SPC m s ato toggle archive tag for subtree - Added
SPC m s Ato archive subtree (previouslySPC m s a)
- Added
- Change key binding for widening from Org menu from
SPC m s NtoSPC m s wto match mnemonics of regular bindingSPC n w(thanks to Keith Pinson) - Added
SPC m i Lasorg-cliplinkintoorglayer (thanks to bb2020) - Added
SPC m e sorg-mime-org-subtree-htmlize(thanks to Nick Anderson) - Documented more insertion bindings (thanks to Lorenzo Manacorda):
C-RETInsert heading at end of current subtreeC-S-RETInsert TODO heading at end of current subtree
- Changed
helm-org-riflekeybindings toSPC a o /, falling back to its previous functionality if using ivy (thanks to Mariusz Klochowicz) - Added keybindings for
org-roamunder menu prefixSPC a o randSPC m rSPC a o r l(SPC m r l) Toggle org-roam links visibilitySPC a o r f(SPC m r f) Find file in org-roamSPC a o r i(SPC m r i) Insert file into org-roamSPC a o r I(SPC m r I) Immediately insert file into org-roamSPC a o r g(SPC m r g) Visualize org-roam graphSPC a o r b(SPC m r b) Switch org-roam bufferSPC a o r d y(SPC m r d y) Open yesterday’s daily noteSPC a o r d t(SPC m r d t) Open today’s daily noteSPC a o r d T(SPC m r d T) Open tomorrow’s daily note
(thanks to Mariusz Klochowicz)
SPC a o r d d(SPC m r d d) Open daily note via calendar view
(thanks to Ben Swift)
SPC a o r a(SPC m r a) Add org-roam alias to file (thanks to KjartanOli)
- Added additional prefix (
SPC m m j) for org-jira bindings (thanks to Mariusz Klochowicz) - Added keybindings
SPC a o C fand org/agenda localSPC m C fkeybindings and changedclocksprefixes toclocks/contacts - Add
org-brainbuffer,SPCmenu (vim or hybrid style) (thanks to duianto)
- Made
orglayer depend onspacemacs-org(thanks to Eivind Fonn) - Remove
mu4eandnotmuchfromorg(thanks to Sylvain Benner) - Use evil-org from MELPA (thanks to Eivind Fonn)
- Added
org-brain(thanks to Matthías Páll Gissurarson and Eivind Fonn) - Added detailed
org-brainbindings (thanks to Langston Barret and Oguz Serbetci) - Added layer variable for todo bindings (thanks to Eivind Fonn)
- Made
org-projectileintegration compatible with its new version (thanks to Ivan Malison) - Remove nils from call to
org-projectile-project-todo-entry(thanks to Ivan Malison) - Fixed org-projectile capture-template keyword argument (thanks to Leonard Lausen)
- Adapt to changes in org-brain 0.4 (thanks to Boris Buliga)
- Load org-projectile lazily, after org-capture (thanks to Aaron Jensen)
- Use org-verbatim, not org-verbose (thanks to Swaroop C H)
- Fixed
org-projectile/goto-todos(thanks to Aaron Jensen) - Fixed
org-clock-resolve-clockkeybinding (thanks to Francesc Elies Henar) - Enabled
org-src-tab-acts-natively(thanks to Sylvain Benner) - Fixed
org-default-notes-fileprecedence (thanks to Troy Hinckley and bmag) - Added
ox-hugo(thanks to Kaushal Modi) - Hide lighter for
evil-org(thanks to Sylvain Benner) - Use counsel-org-tag when
ivylayer is used (thanks to darkfeline) - Delete the duplicate definition of the
spacemacsdorg-emphasizemacro (thanks to Miciah Dashiel Butler Masters) - Use
org-mimeprovided by melpa (thanks to Amos Bird) - Restore
evil-org-additional-bindingsin insert state (thanks to Maxi Wolff) - Fixed initialization order to prevent version conflicts (thanks to Sylvain Benner)
- Fixed adding
org-projectilefiles toorg-agenda-files(thanks to AmanYang) - Fixed error void:
evil-surround-pairs-alist(thanks to Sylvain Benner) - Added warning against manually loading org (thanks to Maxi Wolff)
- Added a toggle for bringing in org-trello (thanks to Magnus Therning)
- Added the org-mode keybindings to the org-journal major mode (thanks to Marty Buchaus)
- Replace ox-reveal with org-re-reveal (thanks to Magnus Therning)
- Added epub support (thanks to vishvanath45)
- Added support for CUSTOM_ID in latex exports (thanks to Compro-Prasad)
- Added
ox-jiraas org export backend (thanks to Sebastian Nagel) - Added
helm-orgpackage (thanks to Simon Pintarelli) - Fixed evil-normal-state
ESCafter exitingorg-present-mode(thanks to duianto) - Fixed
org-present: exiting presentation always removes inline images (thanks to Keith Pinson) - Replace
org-toggle-latex-fragmentwithorg-latex-preview(thanks to Tianshu Wang) - Enabled
org-habitmodule (thanks to Mariusz Klochowicz) - Fixed evil paste in a
org-src-modetable (thanks to duianto) - Implemented automatic activation of evil insert state after
org-insert-drawer,org-insert-heading,org-insert-itemandorg-insert-structure-templatecommands (thanks to Andriy Kmit’) - Added
ox-asciidocas org export backend (thanks to Christian “West” Westrom) - Fix org-roam v2 compatibility (thanks to Alex Kapranoff and Caleb Rogers)
- Fix
space-doc.elto use cl-return (thanks to practicalli-john)
- Key bindings:
- Added key bindings to use
command-1..9for selecting window (thanks to Liu Joey) - Added
M-s-hto hide other windows (thanks to Bas Veeling)
- Added key bindings to use
- Fixed OSX mapping issue (thanks to Joey Liu)
- Added layer variables to customize modifier behaviors on macOS:
osx-command-asdefaults to hyperosx-option-asdefaults to metaosx-control-asdefaults to controlosx-function-asdefaults to noneosx-right-command-asdefaults to leftosx-right-option-asdefaults to leftosx-right-control-asdefaults to left
(thanks to Christopher Eames, Aaron Culich, and fiveNinePlusR)
- Disabled
pbcopypackage because it introduced input latency for some actions when usingemacs -daemonand a GUI client (thanks to Sylvain Benner) - Replace pbcopy by osx-clipboard (thanks to Minh Nguyen-Hue)
- Fixed key binding issue when Emacs is launched in daemon mode.
- Added the default value
H-(hyper) tokbd-mac-commandif it’s neither:hyper,superoralt(thanks to Binbin Ye) - Added a layer variable
osx-swap-option-and-commanddefaults tonil(thanks to Binbin Ye) - Enabled GNU
glssupport in dired without requiringexec-path-from-shell(thanks to Aaron Zeng)
- Fixed
spacemacs/run-pandocnot to resetpandoc--local-settings(thanks to martian-f) - Added declaration for the
SPC Pprefix (thanks to Codruț Constantin Gușoi)
- Fixed
'pdf-view-jump-to-register(thanks to duianto) - Fixed evilifying the pdf-outline-buffer-mode-map (thanks to Lin Sun)
- Key bindings:
- Added to pdf-view mode and transient state
[history-backward (previous view)]history-forward (next view)?toggle transient sate documentation hint (shown by default)
- Added to pdf-view mode and transient state
- Add pdf-view-restore (thanks to Daniel Nicolai)
- Fixed
spacemacs/perltidy-format-bufferandspacemacs/perltidy-format-functionto move the point and window to their original locations. (thanks to Jim Pudar)
- Key bindings:
- Added
phpunittest key bindings (thanks to duianto):SPC m t tphpunit-current-testSPC m t cphpunit-current-classSPC m t pphpunit-current-project
- Added
refactoringanddebuggingkey bindings (thanks to Tyoma Kostyuk)
- Added
- Improvements:
- Enabled
evil-matchit-mode(thanks to duianto) - Added debugger integration for LSP backends via
daplayer (thanks to Alexander Konotop)
- Enabled
- Fixes:
- Added company-php (thanks to jim and Eivind Fonn)
- Fixed php-company autocompletion (thanks to Dela Anthonio)
- Added LSP support, which can be used by enabling the
lsplayer and setting thephplayer’sphp-backendvariable tolsp(thanks to Daniel Richtmann) - Fix packages missed in Melpa (thanks to zebradil)
- Added a missing prefix:
compile(thanks to Seong Yong-ju) - Added instructions for compiling the image locally by setting
plantuml-default-exec-modetojar(thanks to Daniel Caixinha) - Updated link to Reference Guide (thanks to Matthew Boston)
- Added the
.plumextension to the platinum modes (thanks to Sylvain Benner) - Remove automatic indentation on paste (thanks to Sylvain Benner)
- Compatibility fix for upstream change (thanks to Francesc Elies)
- Key bindings:
- add
cto clear the buffer (thanks to Francesc Elies) - bind
qto quit-window in view mode (thanks to Saulius Menkevičius)
- add
- Fixed autoloading error (thanks to jpathy)
- Prompt user to install the
protobuflayer if a.protofile is opened (thanks to duianto)
- Enabled
purescript-decl-scan-modewhen loadingpurescript-mode(thanks to Bjarke Vad Andersen) - Allow adding node_modules/.bin path to exec-path (thanks to Anupam Jain)
- Added support for purescript formatters (thanks to Anupam Jain)
- Improved purescript keybinding discoverability & ergonomics. (thanks to Jason Walker)
- Added
purescript-modetospacemacs-indent-sensitive-modes(thanks to Hideaki Kawai)
- Key bindings:
- Update invalid cython mode keybindings (thanks to Muneeb Shaikh)
- New
anaconda-view-modekeybindings (thanks to Muneeb Shaikh)C-jfor navigating to the next errorC-kfor navigating to the previous errorRETto go forward
- Added keybinding
SPC m Pfor pip package management withpippel - Added key binding
SPC m r fto fix missing import statements - Added
SPC m t lkey binding to re-run the last test command
- Various fixes in
pylookup.py(thanks to ishestakov and Shitikanth Kashyap) - Hide
yapf-modemodeline lighter (thanks to Robert ven der Helm) - Search for Pylint and Flake8 in the virtualenvs (thanks Alexey Kotlyarov)
- Highlight wdb breakpoints as well as pdb/ipdb/pudb (thanks to Alexey Kotlyarov)
- Made
python-execute-fileusepython-shell-interpreter(thanks to Swaroop C H) - Trim output from pyenv command (thanks to Eivind Fonn)
- Set VIRTUAL_ENV environment variable when switching to new pyenv (thanks to James Gough)
- Use Python executable from active virtual env to compile files (thanks to Swaroop C H)
- Fixed arguments to
python-setup-hy(thanks to Eivind Fonn) - Fixed ipython version check bug on windows (thanks to lostmarble)
- Fixed
pyenv-executable-findin presence ofpyenv-which-ext(thanks to Christoph Paulik) - Fixed broken repl invocation through
SPC a '(thanks to Hans Jang) - Added
pippelfor python package management (thanks to et2010) (thanks to Sylvain Benner) - Added defvar
python-save-before-test(thanks to Benoit Coste) (thanks to Volodymyr Vitvitskyi) - Use
python-modefor SCons script files (thanks to shanemikel) - Added LSP support, which can be enabled by setting the
pythonlayer’spython-backendvariable tolsp(thanks to Yuan Fu and Sylvain Benner). - The LSP backend can use either the
pylsp(default) server or themspyls(Microsoft) implementation, which may be selected by setting thepython-lsp-serverlayer variable tomspyls(thanks to Cormac Cannon). (thanks to Benoit Coste). - Added support for breakpoints for the
trepan3kpython debugger (thanks to dangirsh) - Added support for
pipenvwith proper keybindings (thanks to jackkamm) - Fixed bytecomp warning:
reference to free variable 'smartparens-strict-mode'(thanks to Nikita Leshenko and Sylvain Benner) - Fixed
pyenv,pre-initfunction andhy-modeprefixes (thanks to Brandon T. Willard) - Conditionally remove binding to obsolete keymap (thanks to bmag)
- Improved setup of
lsp-pythonandanaconda-mode(thanks to Ting Zhou) - Fixed support of multiple pyenv versions via
spacemacs/pyenv-executable-find(thanks to Guan Xipeng) - Fixed initialization of
inferior-python-modevariables (thanks to Miciah Masters) - Fixed bug with out-of-bound index (thanks to EMayej)
- Fixed escaping of shell argument for
spacemacs/python-execute-file(thanks to Riley Levy) - New variable
python-spacemacs-indent-guessfor guessing correct indentation settings (thanks to Benno Fünfstück) - Fixed pyenv for system Python (thanks to Alexander Eberspächer)
- Replace
anaconda-mode-go-backwithxref-pop-marker-stack(thanks to JimmyG) - Highlight python3.7 builtin
breakpoint()function (thanks to Boris Verhovsky) - Fixed conflict between pipenv directory .venv and pyvenv file .venv (thanks to rgb-24bit)
- Support relative path in pyvenv file .venv (thanks to Nam Nguyen)
- Added diminish for importmagic (thanks to Loys Ollivier)
- Added debugger integration via
daplayer - Added documentation on installing importmagic and epc (thanks to Trapez Breen)
- Made python-send-shell-* functions faster (thanks to Trapez Breen)
- Added support for ‘black’ formatter (thanks to Mike Macpherson)
- Enabled
eldocforanaconda-mode(thanks to Vikash Balasubramanian) - Various fixes for
lsp-python-mssetup (thanks to Trapez Breen) - Added lazy loading of
lsp-python-ms(thanks to Ying Qu) - Make pylookup makefile use correct shell (thanks to Koray Al)
- Fix lazy loading of
lsp-python-ms(thanks to lsp-ableton) - Fix
Ipythonpath on windows (thanks to Daniel K) - Make
inferior-python-modedo not use tabs (thanks to tsoernes) - Automatic use the
lspaspython-formaterwhenlspis enabled (thanks sunlin7) - Fixed directory selection for self compiled mspyls (thanks Jee Lee)
- Add python-test-last support for pytest runner
- Added –last-failed support for pytest (thanks to Jaakko Luttinen)
- Added
spacemacs/python-shell-send-statementsupport (thanks to Lin Sun) - Added
sphinx-docsupport (thanks to Stefan Ruschke) - Fix ipython version parsing for dev branches (thanks to Corentin Risselin)
- Fix pyvenv-workon path (thanks to Eugene Kim)
- Remove mspyls for it was deprecated, use pyright instead (thanks to Lin Sun)
- Restore smart closing paren behavior in racket-mode (thanks to Don March)
- Updated racket logo (thanks to Vityou)
- Add racket-xp-mode to Racket layer (thanks to Shrutarshi Basu)
- Correctly switch to insert state in REPL
- Key bindings:
- Added
j Dto jump other window (thanks to Rich Alesi) - Added
-to enter (thanks to Rich Alesi)
- Added
- Fixed conflict with
golden-ratio(thanks to Thomas de Beauchêne) - Load
helmbeforeranger(thanks to duianto) - Add instruction to use ranger by default (thanks to Daniel Nicolai)
- Added
'rangeras an option to the variable:ranger-enter-with-minus(thanks to duianto)
- New variable
rcirc-enable-late-fixto enable or disable the includedrcirc-late-fixpackage (disabled by default). - New variable
rcirc-enable-emojifyto enable or disable emojify-mode in rcirc buffers (disabled by default). - New variable
rcirc-enable-stylesto enable or disable thercirc-stylespackage for displaying and inserting color and text attribute codes (disabled by default). - New variable
rcirc-enable-erc-imageto enable or disable theerc-imagepackage in rcirc for showing linked images in chat (disabled by default). - New variable
rcirc-enable-erc-tweetto enable or disable theerc-tweetpackage in rcirc for showing linked tweets in chat (disabled by default). - New variable
rcirc-enable-erc-ytto enable or disable theerc-ytpackage in rcirc for showing previews for YouTube links (disabled by default). - Fixed using multiple lines in
.authinfo(thanks to Jelle Licht) - Fixed logging where the channel name has
/in it (thanks to Abdo Roig-Maranges) - Delete rcirc-reconnect in favor of built-in cmd (thanks to Miciah Masters)
- Move config defaults to package :init so they can be overridden (thanks to Miciah Masters)
- Fixed compiler warnings in
rcirc-late-fix(thanks to Miciah Masters) - Added variable
rcirc-enable-late-fix(thanks to Miciah Masters)
- Improvements:
- Made % work on jsx tags (thanks to Thanh Vuong)
- Use rjsx-mode for react framework (thanks to Ting Zhou)
- Prompt user to install the
reactlayer if a.jsxfile is opened (thanks to Jon Hermansen) - Improved
magic-mode-alistregular expression to detectreactfiles (thanks to Jan Zdráhal) - Made auto-completion triggers more friendly (thanks to Cheng,Rong)
- Configure
emmet-modeto expand classes usingclassNameinstead ofclass(thanks to Sylvain Benner) - Open
.jsxfiles withrjsx-mode(thanks to Thomas de Beauchêne) - Made
reactlayer respectjavascriptlayers variablejavascript-fmt-on-save(thanks to Tommy Groshong) - Added
eslint_dsupport (thanks to Seong Yong-ju)
- Key bindings:
- Added
import-jssupport with key bindings:SPC m i ito mport the module for the variable under the cursorSPC m i fto import any missing modules and remove any modules that ar not usedSPC m g ito go to the module of the variable under cursor
(thanks to Seong Yong-ju)
- Added
SPC m r l tforjs2r-log-this(thanks to Mike Holm) - Set the
javascriptlayers keymap as parent to thereactlayers keymap (thanks to duianto)
- Added
- Fixes:
- Use JSX header without breaking React (thanks to Jam Risser)
- Fixed React imports when using web beautify. (thanks to Ismael)
- Made layer depends on node and tern layers (thanks to Sylvain Benner)
- Key bindings:
SPC m g gJump to definitionSPC m g GJump to definition (other window)SPC m g bJump backSPC m h tShow typeSPC m h hShow docsSPC m r dMerlin destructSPC m = =RefmtSPC m t rToggle auto-refmt on saveSPC m = m rRefmt: convert ml syntax to re syntaxSPC m = r mRefmt: convert re syntax to ml syntax (thanks to Fredrik Dyrkell and Dave Aitken)
- Moved key binding for
helm-restclientfromSPC m j itoSPC m j(thanks to Thanh Vuong)
- Added support for
org-babel(thanks to Muneeb Shaikh) - Highlight debugger keywords (thanks to Alexander Berezovsky and Eivind Fonn)
- Adding ruby-refactor package (thanks to Daniel Luna)
- Key bindings:
- Added
SPC m r e mfor extract to method. - Added
SPC m r e vto extract local variable. - Added
SPC m r e cto extract constant. - Added
SPC m r e lto extract tolet.
- Added
- Key bindings:
- Added
SPC m x hto toggle between old and new hash syntax in the active region (thanks to Paweł Siudak) - Added gtags to
enh-ruby-modeas well asruby-mode(thanks to David Balatero) - Added
SPC m s bkey binding to send buffer to the Ruby console (thanks to Alejandro Arrufat) - Added
SPC m s BandSPC m s Lkey bindings to send buffer or line, respectively, to the Ruby console and switch focus to the console (thanks to Paweł Siudak) - Key bindings:
- Added
SPC m s lto send line to REPL (thanks to Paweł Siudak) - Added
SPC m Ttoggle prefix (thanks to Codruț Constantin Gușoi)SPC m T 'to toggle string quotesSPC m T {to toggle block style
- Added
- Added popwin config for bundler, projectile-rails, and rubocop
(thanks to Paweł Siudak)
- Added
SPC m r R mfor extract to method. - Added
SPC m r R vto extract local variable. - Added
SPC m r R cto extract constant. - Added
SPC m r R lto extract tolet. - Added
SPC m s lto send line to REPL (thanks to Paweł Siudak)
- Added
- Added the
seeing-is-believingpackage (thanks to Brandon Conway) - Added prefixes for ruby major mode keybindings (thanks to Seong Yong-ju)
- Added
lspanddapsupport (thanks to Billy Kaplan) - Fixed lazy loading of
ruby-test-mode(thanks to Michael Franz Aigner) - Removed stray
test.rbfile (thanks to Michael Hauser-Raspe) - Added missing key bindings for
counsel-gtagsinenh=ruby-mode(thanks to Seong Yong-ju) - Added
dapsupport forenh-ruby-mode(thanks to Seong Yong-ju) - Added missing prefix
seeing-is-believingforSPC m @(thanks to Seong Yong-ju) - Added support for prettier formatting (thanks to sidraval)
- Added
SPC m = =to format buffer via prettier (thanks to sidraval)
- Added
- Changed leader keys to be configured for the
projectile-rails-modeminor mode instead ofruby-modeandenh-ruby-modeso that the key bindings will work in view file windows (thanks to Adam Sokolnicki) - Added missing prefixes for
ruby-modeandenh-ruby-mode - Added key bindings: (thanks to Adam Sokolnicki)
SPC m f f bto find jobSPC m f f wto find webpack configSPC m f c dto run rails destroy
- Added
rubocopfmtwith the key bindingSPC m = r
- Added missing
counsel-gtagsandsmartparenspackage declarations (thanks to Kalle Lindqvist) - Fixed loading of the
RUST_SRC_PATHenvironment variable (thanks to Joshua Santos) - Enabled eldoc for rust/racer (thanks to yangbo)
- Key bindings:
- Added
SPC m c Dto open Cargo docs (thanks to Matthew J. Berger) - Added
SPC m c lto run linter with cargo clippy (thanks to Michael Kohl) - Added
SPC m c tto run the current test with Cargo, and fix documentation forSPC m c fto format project files (thanks to Luke Alexander Stein) - Added
SPC m c vto run “cargo check” command (thanks to Victor Polevoy) - Added key bindings for
cargo-editplugin (thanks to Lucius Hu)SPC m c aforcargo addSPC m c rforcargo rmSPC m c Uforcargo upgrade
- Added
SPC m c Aforcargo auditplugin (thanks to Lucius Hu) - Modified
SPC m c Xforcargo run --bincommand, instead ofcargo run --example(thanks to Lucius Hu) - Added
SPC m c Eforcargo run --example(thanks to Lucius Hu) - Added
SPC m b Rto reload Rust-Analyzer workspace
- Added
- Added rust lsp completion with company and bindings (thanks to Justin)
- Added debugger integration via
daplayer - Fixed rust dap integration (thanks to Tommi Komulainen)
- Make
rustupcall shell agnostic (thanks to Dietrich Daroch) - Fixed
rust-quick-runcommand (thanks to Grant Shangreaux) - Removed compilation buffer string match on
rust-quick-run(thanks to Grant Shangreaux) - Added/Updated instructions on external dependencies,
cargo-edit,cargo-audit,rustfmt, andclippy(thanks to Lucius Hu) - Added support for Rusty Object Notation (RON) (thanks to Daniel Hutzley)
- Improved LSP Rust server switch functionality (thanks to Lucius Hu)
- Added Rust GDB DAP template (thanks to Elric Milon)
- Migrated to
rustic-mode(thanks to Elric Milon) - Removed support for obsoleted
RacerandRLSand made ==rust-analyzer= the default (thanks to Elric Milon) - Updated layer documentation to correctly configure
rustfmton save (thanks to Mariusz Klochowicz)
- Key bindings:
- Added
sailfish-scratchboxkey bindings (thanks to Victor Polevoy):SPC c sShow menuSPC c s bInvoke mb2 buildSPC c s dCopy rpms to the phoneSPC c s iInstall rpms into target
- Added
- Shortcut key for compiling integration tests in SBT (
It / compile) (thanks to Keith Pinson) - Shortcut key for compiling tests in SBT without running them (
Test / compile) (thanks to Keith Pinson) - Shortcut keys for common/standard SBT commands (
scalafmtAll,compileandtest) (thanks to Keith Pinson) - Remove long-deprecated Ensime support (thanks to Keith Pinson)
- Provide an easy way to configure SBT to use a small buffer at the bottom of
the frame by setting
scala-sbt-window-positiontobottom(thanks to Keith Pinson) - Move
ensimeto thejavalayer (Tor Hedin Bronner) - Key bindings:
- Evilify
ensimesearch in insert/normal mode (thanks to Diego Alvarez)
- Evilify
- Remove duplicated code (thanks to Tetsuro Takemoto)
- Added ENSIME jump handlers (thanks to Joao Azevedo)
- Added scala-lsp and metals as an additional backend for scala (thanks to Rodolfo Hansen)
- Disabled
sbt-supershellinsbt-mode(thanks to Rodolfo Hansen) - Enable new DAP and lsp-treemacs integration via metals (thanks to Rodolfo Hansen)
- Turned off ability to convert to Unicode arrows deprecated in Scala (and remove
scala-use-unicode-arrowsvariable) (thanks to Keith Pinson) - Added
lsp-metalsand remove brokenlsp-treemacsinitialization (Bjarke Vad Andersen)
- Added missing
parinferpackage declaration (thanks to Kalle Lindqvist) - Update install docs for Chicken 5 changes (thanks to Grant Shangreaux)
- Made it possible to exclude stickyfunc (thanks to Sylvain Benner)
- Changed the default throttle for
semanticdb-findroutines. Don’t search system databases to speed up semantic (thanks to bet4it) - Disabled
semantic-idle-summary-modewhengtagsorlsplayer is enabled (thanks to bet4it) - Moved the toggle key bindings to the semantic layer (thanks to duianto)
- Key bindings:
- Added
vtermbindings:M-nvterm-send-down(next command)M-pvterm-send-up(previous command)M-yvterm-yank-pop(previous paste)M-/vterm-send-tab(hippie expand)
Evil insert state:
C-yvterm-yank(paste)
Evil normal state:
pvterm-yank(paste)uvterm-undo
(thanks to Ag Ibragimov)
- Added
- Make
pop-shelldefault mode more configurable (thanks to Tyoma Kostyuk) - Make
vtermrespectshell-default-term-shell(thanks to Tyoma Kostyuk) - Added support for
vterm(thanks to deb0ch) - Improved the integration of
centered-cursor-mode(thanks to deb0ch) - Fixed xterm colors filtering bug in
eshellwhen eshell buffers are updated and are not focused (thanks to Steven Allen) - Fixed
eshellclear behavior (thanks to Aidan Nyquist):- Made eshell
clear RETsimilar toC-l - Prevent
C-lclearing cycle - Prevent
clear RETinserting a page of white-space - Prevent duplicate insert lines from
clear RET
- Made eshell
- Make
eshell auto jumpmore intelligent (thanks to Kalle Lindqvist) - Require company in
eshell-switch-company-frontend(thanks to Benjamin Reynolds) - Fixed docs for “Fish shell and ansi-term” and explicitly enable `truncate-lines`. (thanks to Joe Hillenbrand)
- Fixed
C-jandC-kineshellwhile in insert state (thanks to Paweł Siudak) - Restore
auto-completion-idle-delayvalue forcompany-idle-delay(thanks to Miciah Dashiel Butler Masters) - Added
auto-completion-minimum-prefix-lengthlayer variable (thanks to Maxi Wolff) - Added
shell-default-widthlayer variable (thanks to David Balatero) - Function
resize-shell-to-desired-widthcheck for shell buffer before changing size (thanks to thanhvg) - Added
shell-default-widthlayer variable (thanks to David Balatero and Miciah Masters) - Override read-only when capturing clear in shell (thanks to Alexander Wingård)
- Wrap ‘shell’ command to start in current buffer (thanks to Valts Liepiņš)
- Fixed shell popup broken on macOS (thanks to Daniel Rivas Perez)
- Fixed broken leader key binding for inferior shell (thanks to Valts Liepiņš)
- Added
term-modebindings (Thanks to Emil Petersen):SPC m Cswitch multi-term to char modeSPC m lswitch multi-term to line modeSPC m Ngo to previous multi-term
- Moved
eshell-z-freq-dir-hash-table-file-nameinto cache dir (thanks to bb2020) - Enabled
TABcompletion ineshellwithHelm(thanks to bb2020) - Added
eshellIvycompletion bindings (thanks to bb2020):M-lspacemacs/ivy-eshell-historyTABspacemacs/pcomplete-std-complete
- Enabled mouse based pasting into term shells (thanks to Sheng Yang)
- Set
term-char-mode-point-at-process-marktonilto allow evil normal-mode movement in term shells on emacs 26.1 - Stopped the cursor from jumping to
point-maxwhen entering insert state from a multi line (thanks to Steven Allen) - Prevented
shell-pop-outfrom restoring a dead buffer or window (thanks to CeleritasCelery, fauxsoup) - Made
pop-shelllayout local (thanks to CeleritasCelery, fauxsoup) - Checked that the following are bound in
spacemacs-base:- variable:
layouts-enable-local-variables - function:
spacemacs/make-variable-layout-local
(thanks to JAremko and duianto)
- variable:
- Better keybindings for
ESCandRETin vtermevil-normal-state(thanks to kenkangxgwe) - Added support for multi-vterm as default terminal option
- Added
M-lforeshellmode andSPC m Hfor bothshellandeshellmodes forconsult-history(thanks to Jaehyun Yeom)
- Added new company-shell environment variable backend (thanks to Alexander-Miller)
- Added bashate style checker (thanks to Victor Cuadrado Juan)
- Added insert commands from sh-script package to major mode menu (thanks to Maxi Wolff)
- Added org-mode support (thanks to Josh Santos)
- Added LSP support, which can be used by enabling the
lsplayer and setting theshell-scriptslayer’sshell-scripts-backendvariable tolsp
- Key bindings:
SPC a C gorSPC m gto join a group (private channel) (thanks to Benjamin Reynolds)SPC a C rorSPC m rto join a channel, group or direct message (thanks to Benjamin Reynolds)SPC m )to add reaction (thanks to Swaroop C H)SPC m (to remove reaction (thanks to Swaroop C H)SPC m tto open message thread (thanks to Swaroop C H)SPC m Tto open all threads in workspace (thanks to wang-d)SPC m uto open all unreads in workspace (thanks to wang-d)
- New layer variable
slack-spacemacs-layout-nameto customize the name of the custom layer for Slack buffers (thanks to Benjamin Reynolds) - New layer variable
slack-spacemacs-layout-bindingto customize the key used to open the Slack custom layout (thanks to Benjamin Reynolds) - Fixed documentation issues with slack and emoji layers (thanks to Benjamin Reynolds)
- Fixed
helmmenu display (thanks to Leslie Shawn Russell) - Fixed function name bug in react layer fmt-on-save (thanks to Tommy Groshong)
- Fixed
SPC m :for current major mode commands (thanks to tinysong)
- Key bindings:
- Added
SPC m gEstimate gas at point (thanks to Brooklyn Zelenka and Seong Yong-ju)
- Added
- Install orgit only when org package is used (thanks to Boris Buliga)
- Defer git-gutter loading (thanks to Aaron Jensen)
- Remove redundant arg from git-gutter timer (thanks to bmag)
- Added Git Blame Transient State (thanks to duianto)
- Switch default version diff tool to git-gutter (thanks to Lin Sun)
- Updated spacemacs/save-as function, see github #8974 and #14754 (thanks to Daniel Nicolai and Lebensterben)
- Replaced helm-spotify package with helm-spotify-plus (thanks to Leonard Lausen)
- Added counsel-spotify for
ivyusers (thanks to Yuki Yoshioka, Deepu Mohan Puthrote)
- Support for keywords auto capitalization (thanks to Kepi)
- Change blacklist to only accept list (thanks to Eivind Fonn)
- Added dumb autocomplete (thanks to Codruț Constantin Gușoi)
- Added leader key prefixes (thanks to Jeremie Pelletier)
- Rebuild
spacemacs-sql-startableafter runningsql-add-product(thanks to Andrew Christianson) - Fixed sql-indent and defer it (thanks to Sylvain Benner)
- Added alex-hhh’s sql-indent in place of mepla sql-indent (thanks to Andrew Christianson)
- Added layer variable
sql-auto-indentto toggle the use ofsql-indentpackage (thanks to David Chen) - Added a code formatter for sql-mode (thanks to Seong Yong-ju)
- Added connection between
org-modeandSQL layer(thanks to Magnus Therning) - Added default jump handlers for SQL layer (thanks to Alex Palaistras)
- Added send line functions/key bindings (thanks to benbotwin):
SPC m s lSend the current line to the SQLi buffer and move to the next lineinsert stateSPC m s LSend the current line to the SQLi buffer and move to the next line and switch to it ininsert state
- Added key binding (thanks to Michael Hauser-Raspe):
SPC m b cconnect to a SQLi buffer from your saved buffer list - Added
SPC m gprefix:goto(thanks to duianto) - Added regional
sqlfmtinvocation, error handling, and formatting bindings (thanks to 0x6362)
- Added spell checking transient state (thanks to Francesc Elies Henar)
- Update to flyspell-correct v0.5 (thanks to Boris Buliga)
- Update spell checking ts to flyspell-correct v0.5 (thanks to Bruno Tavares)
- Added key bindings (thanks to Kalle Lindqvist):
SPC S a bAdd word to dict (buffer)SPC S a gAdd word to dict (global)SPC S a sAdd word to dict (session)
Transient State:
SPC S . BAdd word to dict (buffer)SPC S . GAdd word to dict (global)SPC S . SAdd word to dict (session)
- Added key bindings (thanks to John Stevenson):
SPC S sCorrect word at point- Transient State:
SPC S . sCorrect word at point
- Added key binding:
SPC S rflyspell-region- Transient State:
SPC S . rflyspell-region
- Key bindings:
SPC e eis now for triggering a syntax check, the old action (explain error around point) has been moved toSPC e x.- Added
SPC e yto copy error at cursor position into kill ring (thanks to Francsec Elies Henar)
- Rename function
add-flycheck-hooktoenable-flycheck - Use correct error list faces when defining error levels with custom bitmaps (thanks to Alexander Miller)
- Fixed
goto-flycheck-error-list(thanks to Thanh Vuong) - Added lsp support for sqls
- Added layer variable
sql-lsp-sqls-workspace-config-pathto setting workspace configuration
- Added layer variable
- Added layer variable
syntax-checking-auto-hide-tooltips(thanks to Martin Sosic)
- Update Swift REPL key bindings (thanks to Elliot Bulmer)
- Added support for syntax checking with
flycheck(thanks to Steven Allen) - Added support for lazy installation (thanks to Wieland Hoffmann)
- Added support for
journalctl-mode(thanks to Benedikt Broich)
- Added opt-in layer variable
terraform-fmt-on-saveto format buffers on save withterraform fmt(thanks to Harry Hull) - Added support for
terraform-company(thanks to Sylvain Benner) - Added LSP support for terraform-lsp
- Fixed issue with templates layer ignoring
templates-private-directory(thanks to Seong Yong-ju)
- Added support for more doom themes (thanks to Dela Anthonio, Igor Kupczyński, DonHugo69 and Alex)
- Added support for gruvbox theme variants (thanks to Dean Todevski)
- Remove zonokai-theme theme as it is unavailable (thanks to nickclasener)
- Updates to the spacemacs theme (thanks to Nasser Alshammari)
- Fixed the
base16-solarflaremapping (thanks to Sebastian Nagel) - Added support for kaolin themes (thanks to William Roe)
- Added support for eziam themes (thanks to Benno Fünfstück)
- Enabled italics in spacemacs theme (thanks to Sylvain Benner)
- Added support for
doom-dark+theme (thanks to Ivan Yonchovski) - Added support for
almost-mono-themes(thanks to Kirill Chernyshov)
- use the same window for
daplog window and for compilation buffer.
- Multiple improvements (thanks to SteveJobzniak):
- Added ability to set default rainbow-identifiers values
- Improved resetting of rainbow-identifiers transient-state
- Extended built-in theme list, and added better defaults
- Major fix to actually render per-theme settings on switch
- Faster method of redrawing buffer for transient state
- Tuned defaults to work w. majority of light & dark themes
- Better way of adding/refreshing themes
- Added
rebecca-theme(thanks to Victor Borja) - Added
white-sand-theme(thanks to Swaroop C H) - Added
exoticatheme (thanks to Bharat Joshi) - Remove themes that were deleted from Melpa (thanks to Henrique Jung and Xuanqing Xu)
- Added
eziam-themeandkaolin-themes(thanks to Sylvain Benner) - Added
doom-themes(thanks to Codruț Constantin Gușoi) - Added
chocolate-theme(thanks to Henrique Jung) - Updated
doom-themeslist to reflect upstream (thanks to Dominic Pearson, Muneeb Shaikh) - Added highly accessible
modus-themes(thanks to Muneeb Shaikh) - Added
doom-gruvbox-lighttheme (thanks to John Stevenson) - Removed obsolete
darkburn-theme(thanks to Muneeb Shaikh)
- Prevent
tmux-commandat GUI mode (thanks to Isaac Zeng) - Fixed regression in tmux by setting keybindings using
use-package(thanks to Aaron Jensen)
- Key bindings (thanks to Arif Er):
H/Lis to move torrent to the top/bottom of the queue.J/Kis to move torrent down/up the queue.SPC m Dis to remove and delete torrent at point.SPC m mis to mark torrent(s) at point or in region.SPC m Sis to sort the torrents according to the column at point.SPC m s lis to set label(s) for marked torrent(s).SPC m t tis to toggletransmission-turtle-mode.SPC m s Dis to set days fortransmission-turtle-modeto be active.SPC m s Sis to set speed limits fortransmission-turtle-mode.SPC m s Tis to set time range for =transmission-turtle-mode to be active.
- Update
go-translatereferences togtfollowing upstream package rename (thanks to klochowicz)
TreemacsreplacesNeoTreeas the default sidebar- Added missing
SPC p ttoreadme.org(thanks to oo6) - Remapped
winum-select-window-0-or-10totreemacs-select-windowso thatC-x w 0,SPC 0andM-0call the same command (thanks to duianto, Miciah) - Loaded
treemacs-projectilekey bindingC-c C-p pwith Treemacs (thanks to duianto) - Handle
SPC p twhenprojectile-project-rootis nil (thanks to Trapez Breen) - Made sure treemacs’ minor modes will be disabled when they are configured to be off.
- Add
tagas an accepted value for optiontreemacs-use-follow-mode. - Deprecated
treemacs-use-collapsed-directories. Flattening directories should be controlled by directly settingtreemacs-collapse-dirs. - Fixed “width (un)locked” message appearing when treemacs is loaded.
- Add
persp-modeintegration (thanks to Seong Yong-ju) - Fixed default sort order (thanks to Michael Peyton Jones)
- Deleted default values to track upstream behavior (thanks to Michael Peyton Jones)
- Removed obsolete options (thanks to Michael Peyton Jones)
- Finished
treemacs-perspintegration and made it opt-in. Using the layer variable:treemacs-use-scope-typewith the possible values:'Frames(default) or'Perspectives(thanks to Alexander Miller) - Added integration with
treemacs-icons-diredpackage. - Loaded
treemacs-icons-dired-modeearlier (thanks to duianto)
- Key bindings:
SPC m E eis fortide-fixwhich was originally added asSPC m r f(thanks to Simon Altschuler)SPC m E dto addtslint-disable-next-lineat point (thanks to Daniel Perez Alvarez)SPC m g gfortide-jump-to-definition(thanks to Roy Choo)SPC m g tremapped tospacemacs/typescript-jump-to-type-deffromtypescript/jump-to-type-def(thanks to Roy Choo)SPC m r ito organize imports (thanks to Stéphane Bisinger)SPC m r fto rename file (thanks to Stéphane Bisinger)- Added
npm-modekey bindings:SPC m n ito run thenpm installcommand in the project rootSPC m n rto show a list of available npm scripts, and execute the selected oneSPC m n cto run thenpm cleancommand in the project rootSPC m n sto prompt for the name of an npm package, install it and save todependenciesSPC m n dto prompt for the name of an npm package, install it and save todevDependenciesSPC m n nto initialize new projectSPC m n uto remove project dependencySPC m n lto list installed project dependenciesSPC m n pto visit projectpackage.jsonfile
- Changed the default linter from tslint to eslint
- Call tsfmt with extension of current buffer for TSX formatting (thanks to Victor Andrée)
- Declare
tide-jump-to-definitionas async (thanks to Sylvain Benner) - Added tide keybindings to tsx web mode (thanks to George Miller)
- Rewrite hooks for web-mode (thanks to Sylvain Benner)
- Created a derived mode for TSX files (thanks to Aaron Jensen)
- Fixed eldoc (thanks to Aaron Jensen)
- Isolate eldoc configuration (thanks to Sylvain Benner)
- rename reworded to refactor in
which-keypopup (thanks to Simon Altschuler) - Added LSP support, which can be used by enabling the
lsplayer and setting thetypescriptlayer’stypescript-backendvariable tolsp(thanks to Ting Zhou and Sylvain Benner) - Changed
company-minimum-prefix-lengthfrom 0 to 2 to avoid spurious autocompletion (thanks to Andrea Moretti) - Enabled snippets using yasnippet (thanks to Andrea Moretti)
- Enabled
smartparens-mode(thanks to Andrea Moretti) - Added
prettierto error msg ofspacemacs/typescript-format(thanks to Matt Kramer) - Fixed jump handling with multiple backends (thanks to Aaron Jensen)
- Fixed
typescript/jump-to-type-deffor npm modules (thanks to Jam Risser) - Added the same setup to tsx files as to ts files (thanks to Trapez Breen)
- Configured
emmet-modefortypescript-tsx-mode - Added a
typescript-lintervariable. Possible values:eslintandtslint - Added a
typescript-lsp-lintervariable to allow for disablinglspas a linter, whenlspis set as the backend (thanks to Thanh Vuong) - Fix
tidewithtsxfiles (thanks to Aaron Jensen) - Added
eslint_dsupport (thanks to Seong Yong-ju) - Added
tslintsupport forlspbackend (thanks to Tommi Komulainen)
- Key bindings:
- move key bindings prefix to
SPC a V(thanks to Thomas de Beauchêne) - Move
vagrant-tramp-termtoSPC a V t(thanks to rakyi)
- move key bindings prefix to
- Key bindings:
- Un-evilify
diff-mode(thanks to Steven Allen) - Evilified the following modes (thanks to dvzubarev):
log-view-modevc-dir-modevc-svn-log-view-modevc-git-log-view-modevc-hg-log-view-modevc-annotate-mode
- Added a new version-control prefix under
SPC g vwith the following bindings: (thanks to dvzubarev)SPC g v =to open a hunk under the point in the diff bufferSPC g v Dto compare the entire working tree with headSPC g v eto show diff against current head using ediffSPC g v gto visually annotate the current fileSPC g v dto open the VC Directory bufferSPC g v +to update the working copySPC g v ito register (add) into a version control systemSPC g v uto revert working copy to their repository contentsSPC g v lto list the change logSPC g v Lto list the change log for the current VC controlled treeSPC g v vto do the next logical VC operation (vc-next-action)SPC g v Ito ignore file (vc-ignore)SPC g v rto resolve conflicts in file
- Define key bindings with leader key for vim editing style in
diff-mode(thanks to miyabinomuratic) - Added smerge transient state diff key bindings (thanks to Wang):
SPC g r <diff base/mineSPC g r =diff mine/otherSPC g r >diff base/other - Added smerge transient state key bindings (thanks to duianto):
SPC g r e >ediffSPC g r K >kill current - Added current and total conflicts to smerge transient state’s hint (thanks to Miciah Dashiel Butler Masters)
- Loaded
SPC g vkey bindings on Spacemacs startup (thanks to duianto)
- Un-evilify
- New packages:
browse-at-remotewhich replacesgithub-browse-file
(thanks Eugene Yaremenko)
- Avoid loading all the diff packages (thanks to Sylvain Benner)
- Avoided installing unused diff packages (thanks to Andriy Kmit)
- Fixed error on
diff-hl-margin-modefunction being nil during startup (thanks to Voleking) - Fixed
git-gutter+refresh when a buffer is staged or unstaged in Magit - Evilify the svn/git/hg mode-maps after their mode files be loaded (thanks to Lin Sun)
- Added a toggle state minified/full to the transient state (thanks to duianto)
- Added Requirements documentation (thanks to Chris Glass)
- Added
cliphistwith the following bindings: (thanks to Hong Xu)SPC x Ppaste item from history (cliphist must be enabled)SPC x Rrectangle paste item from history (cliphist must be enabled)SPC x sselect item from history (cliphist must be enabled)
- Added custom command config variable (thanks to lipengcheng)
- Improvements:
- Updated docs to include the
yaml-yamllintflycheck checker (thanks to Nam Nguyen) - Add support for lsp server (thanks to Seong Yong-ju)
- Updated docs to include the
- Search for
compile_commands.jsonin build sub-directory (thanks to Amos Bird and Eivind Fonn) - Python3 compatibility fix for
global_conf.py(thanks to Abdo Roig-Maranges) - Added manual completion function (thanks to Nir Friedman)
- Remove warning for unset var; always fires (thanks to Nir Friedman)
- Added manual semantic completion function for company (thanks to Nir Friedman)
- Fixed searching for compilation DB in subdirectories (thanks to Alexander Dalshov)
- Added syntax highlighting (thanks to Michael Hauser-Raspe)
- Added support for lsp server (thanks to rbino)
- Lots of improvement with CI and documentation exporting (thanks to Eugene Yaremenko)
- New LAYERS.org format (thanks to Anton Latukha && Eugene Yaremenko)
- Various code and style improvements (thanks to bmag, Boris Buliga, duianto, Enze Chi, Eivind Fonn, Eugene Yaremenko, Fabien Dubosson, Kalle Lindqvist, Sylvain Benner, thanhvg, timor, yuhan0)
- Multiple unit test improvements (thanks to Codruț Constantin Gușoi, et2010 and Sylvain Benner)
- Various documentation improvements (thanks Aaron Jensen, Aaron Peckham, Aaron Renner, Adam Frey, Adam Kruszewski, ahanwadi, Aleksandr Argunov, Alexander Dalshov, Alexander Eberspächer, Alexander Iljin, Alexander Kjeldaas, Alexandros Kotzias, Andrew Grangaard, Andrew Vit, Andriy Senyshyn, Anton Chevychalov, Anton Latukha, Antonio Miranda, Anurag Sharma, Apromixately, Archenoth, Arjan Singh, Ather Sharif, Artur Juraszek, Benjamin Reynolds, Bernhard Schommer, Billy Wade, Brian Wignall, bmag, Boris Buliga, Boris Wong, Carl Lange, Cazim Hysi, Chase Adams, Christian Bäuerlein, Cibin Mathew, CL123123, Codruț Constantin Gușoi, Compro-Prasad, cormacc, Daniel Hodson, Daniel Le, Daniel Molina, Darkhan, David Florness, David Parrish, David Vo, davidpham87, Deepu Mohan Puthrote, Dela Anthonio, Diego Alvarez, Diego Berrocal, Dietrich Daroch, Dinesh Bhosale, Dominik Schrempf, Doug Beardsley, dubnde, duianto, eldios, EMayej, Eugene Yaremenko, Evan Klitzke, Evan Niessen-Derry, firemiles, Florian Bruhin, Fuqiao Xue, Gabriel Arrillaga, Garrett Johnson, Grant Shangreaux, Guido Kraemer, Henrique Jung, Henry Hirsch, Henry Marshall, hornuda, Hong Xu, Ilia Kurenkov, Ivan Fedorov, Ivan Kryvoruchko, J. Patrick Lanigan, Jaremy Creechley, Jason Axelson, Jesse Cooke, Jethro Shuwen Sun, JI Xiang, Jim Deville, Jody Frankowski, Joe Hillenbrand, John Eismeier, John Wood, Jon Tippens, Jonas Strømsodd, Jonathan Arnett, Jonathan Chen, Jonathan Gillett, Jonta, Josh Greenwood, Joshua Santos, Justin Stone, Kainalu Hagiwara, Kalle Lindqvist, Kechao Cai, Keith Simmons, Keith Wygant, Kenji Miyazaki ,Kevin Ji, Kristoffer Haugsbakk, lawrsp, Leo Joseph Buchignani III, liuchong, Lucius Hu, Luke Winship, Luke Worth, Marco Ieni, Marco Zucconelli, mark30247, Markus Bertheau, Martin Sosic, Max Beutelspacher, Max Deineko, Max Nordlund, Maxi Wolff, Miciah Dashiel Butler Masters, mjkramer, Mikhail Yakutovich, Miloš Mošić, milserk, Muneeb Shaikh, nanashi0x74, Nasser Alshammari, Niko Felger, Nikolai Myllymäki, nikolaiam, Nicolas Forgerit, Oguz Serbetci, Olivier Verdier, Pancho Horrillo, Paul Milla, Paulo Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Robby O’Connor, Robert Roland, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Iakovlev, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Sylvain Benner, Szunti, Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige Xin)
- DOCUMENTATION.org:
- Fixed the example for how to change the separator style (thanks to Trey Merkley)
- Added documentation for navigating to next source in helm-find-file (thanks to Lucas Leblow)
- README.md:
- Updated macOS documentation with the requirement to have the latest version of Xcode Command Line Tools installed to install Emacs Plus (thanks to James Yoo)
- Fixed macOS documentation to install fonts (thanks to Sergio Morales)
- Updated Windows section, suggest official Emacs (thanks to ghost-420)
- Fixed dead link for creating a Spacemacs.desktop file with the Spacemacs icon (thanks to cpaulik)
- Fixed dead/broken link for migrating from
mastertodevelop
- private/local/README.md
- Improved instructions on how to use private/local directory for packages (thanks to Daniel Nicolai)
- layers/+lang/elm/README.org
- Corrected typo in description of elm-reactor (thanks to Tanya Bouman)
- layers/+lang/python/README.org
- Corrected typo in python language server install command (thanks to Zach Pearson)
- layers/+lang/php/README.org
- Updated dap debugging manual to cover xdebug options which were changed in xdebug v3. Added a caveat regarding host address usage while debugging inside of docker container (thanks to Alexander Konotop)
Thanks to: Abhishek(Compro) Prasad, Deepak Khidia, Enze Chi, Grant Shangreaux, Igor Almeida, Jiahao Jiang, Miciah Dashiel Butler Masters, Songpeng Zu, Ward Harris