summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2018-01-28 13:10:10 -0800
committerJames Nguyen <james@jojojames.com>2018-01-28 13:10:10 -0800
commit52462cb8bfc523f93e20aede2d1936c32fdf14b2 (patch)
tree5e0aeab04d9571fa74815c133016c0f8ec1f531c
parenta41e6a480997ecb93e7d82706a41418beed9be9e (diff)
Readme: Tweak
-rw-r--r--readme.org7
1 files changed, 4 insertions, 3 deletions
diff --git a/readme.org b/readme.org
index f29dade..bac84b3 100644
--- a/readme.org
+++ b/readme.org
@@ -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!