You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix re-toggle of fullscreen when pressing SPC f e R (thanks to MadAnd)
Fix display of recent bookmarks without filename (thanks to lislon)
Fix toggle-maximize-buffer (thanks to justbur)
Remove files from rollback slot list (thanks to microamp)
Don't catch errors while loading if --debug-init is provided.
Don't change scratch major mode if buffer exists (thanks to TheBB)
Restore windows layout when quitting ediff (thanks to fbergroth)
Ensure that pcache-directory ends in a slash (thanks to rpglover64)
Ensure new Spacemacs layouts only shows home buffer (thanks to bmag)
Improvements
Add a bug report template for GitHub issues on SPC h I
(thanks to StreakyCobra)
Add files used by eww to .gitignore (thanks to ahyatt)
Various enhancements for themes handling (thanks to TheBB)
Allow default theme (no theme) to be defined in dotspacemacs-themes
(thanks to izahn)
Add support for missing base16 themes (thanks to curtmack)
Update recent files list when a file is renamed (thanks to lislon)
Improve frame-fullscreen and maximize-frame toggles (thanks to MadAnd)
Diminish relative line numbers lighter in mode-line (thanks to peterhoeg)
Various documentation improvements (thanks to balajisivaraman, crododile,
darkfeline, ernestas, franciscoj, j4, kRITZCREEK, nixmaniack, numkem,
robbyoconnor, TheBB, tonylotts)
Layer changes
Auto-completion
Better choice of company front-ends (thanks to fbergroth)
C-C++
Get clang args even if flycheck isn't installed (thanks to TheBB)
Clojure
Fix renamed cider-test-run-tests function (thanks to AlejandroCatalina)
Substitute align-cljlet with clojure-align. align-cljlet was deprecated
in favour of the vertical alignment in the clojure-mode package (thanks to
vise890)
Elm
Fix flycheck not working on sub-directories (thanks to AlejandroCatalina)
ERC
Fix initialisation of erc-terminal-notifier (thanks to Andre0991)
Gnus
Remove gnus-fetch-old-headers customization which was causing slowdown
while consulting some newsgroups (thanks to StreakyCobra)
Haskell
Fix broken hoogle-lookup-from-local (thanks to jb55)