diff options
| author | James Nguyen <james@jojojames.com> | 2018-01-28 13:10:10 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2018-01-28 13:10:10 -0800 |
| commit | 52462cb8bfc523f93e20aede2d1936c32fdf14b2 (patch) | |
| tree | 5e0aeab04d9571fa74815c133016c0f8ec1f531c | |
| parent | a41e6a480997ecb93e7d82706a41418beed9be9e (diff) | |
Readme: Tweak
| -rw-r--r-- | readme.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -416,12 +416,13 @@ Other references: #+LINK: evil-mu4e https://github.com/JorisE/evil-mu4e #+LINK: mu4e https://www.djcbsoftware.nl/code/mu/mu4e.html ** FAQ - - Making SPC work similarly to ~spacemacs~. + - Making SPC work similarly to [[https://github.com/syl20bnr/spacemacs][spacemacs]]. ~evil-collection~ binds over SPC in many packages. To use SPC as a leader key: - I use ~general~ to give SPC the most precedence. + I use [[https://github.com/noctuid/general.el][general.]] + #+begin_src emacs-lisp :tangle yes (use-package general :ensure t @@ -443,7 +444,7 @@ Other references: See [[https://github.com/noctuid/evil-guide][noctuid's evil guide]] for other approaches. - This should also be accomplishable using key translation [[https://github.com/noctuid/general.el][general]]. + This should also be accomplishable using key translation from [[https://github.com/noctuid/general.el][general]]. ** Contributing Please do! |
