Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. (emacs-24.5.1) (spacemacs-0.105.9)
  2.  
  3.  
  4. [S P A C E M A C S]
  5.  
  6. [?] [Homepage] [Documentation] [Gitter Chat] [Update Spacemacs]
  7. [Update Packages] [Rollback Package Update]
  8. [Release Notes] [Search in Spacemacs]
  9.  
  10. ╭─ Important Notes (Release 0.105.x) ─────────────────────────────────────╮
  11. │ │
  12. │ 1. Key binding changes │
  13. │ │
  14. │ - `SPC l` for `avy-goto-line` is now under `SPC y`. `SPC l` is now for │
  15. │ spacemacs layouts. │
  16. │ │
  17. │ - `SPC a p` is now for `list-processes` and `SPC a P` for `proced`, │
  18. │ `paradox` to list ELPA packages is now on `SPC a k`. │
  19. │ │
  20. │ - `SPC s l` is now used to bring back last search buffer and `SPC s j` │
  21. │ is for jumping into a file using `imenu` (was `SPC s l`). │
  22. │ │
  23. │ - In home buffer, jumping to bookmark list is now on ~b~. │
  24. │ │
  25. │ 2. Magit │
  26. │ │
  27. │ Magit key bindings have been revamped thanks to the official │
  28. │ `evil-magit` package. `evil-magit` provides a faithful port of Magit UX │
  29. │ using Vim key bindings. If you want to continue to use the old │
  30. │ evilified bindings add `evil-magit` package to the │
  31. │ `dotspacemacs-excluded-packages` variable of your dotfile. │
  32. │ │
  33. │ 3. Projectile │
  34. │ │
  35. │ Caching is now disabled by default, while it should not break anything, │
  36. │ if you have some functions relying on caching being enabled be sure to │
  37. │ activate it explicitly with `(setq projectile-enable-caching t)`. │
  38. │ │
  39. │ 4. Ruby │
  40. │ │
  41. │ The default major mode is now the Emacs built-in `ruby-mode`. If you │
  42. │ want to continue to use `enh-ruby-mode` set the layer variable │
  43. │ `ruby-enable-enh-ruby-mode` to `t`. │
  44. │ │
  45. ╰─────────────────────────────────────────────────────────────────────────╯
  46. [Click here for full change log]
  47.  
  48. [192 packages loaded in 4.849s]
  49.  
  50.  
  51. Recent Files:
  52. ~/react-ingredients/src/components/List.jsx
  53. ~/react-ingredients/src/components/ListManager.jsx
  54. ~/.spacemacs
  55. ~/.emacs.d/layers/colors/README.org
  56. ~/.emacs.d/doc/FAQ.org
  57.  
  58. Projects:
  59. ~/react-ingredients/
  60. ~/.emacs.d/
  61. ~/react-skeleton/
  62. ~/FreeCodeCamp/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement