Readme: Tweak

This commit is contained in:
James Nguyen 2018-01-28 13:10:10 -08:00
parent a41e6a4809
commit 52462cb8bf
1 changed files with 4 additions and 3 deletions

View File

@ -416,12 +416,13 @@ Other references:
#+LINK: evil-mu4e https://github.com/JorisE/evil-mu4e #+LINK: evil-mu4e https://github.com/JorisE/evil-mu4e
#+LINK: mu4e https://www.djcbsoftware.nl/code/mu/mu4e.html #+LINK: mu4e https://www.djcbsoftware.nl/code/mu/mu4e.html
** FAQ ** 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 ~evil-collection~ binds over SPC in many packages. To use SPC as a leader
key: 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 #+begin_src emacs-lisp :tangle yes
(use-package general (use-package general
:ensure t :ensure t
@ -443,7 +444,7 @@ Other references:
See [[https://github.com/noctuid/evil-guide][noctuid's evil guide]] for other approaches. 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 ** Contributing
Please do! Please do!