[hy] Add auto-completion installation instructions

hy-mode relies on jedhy for auto-completion
This commit is contained in:
duianto 2020-08-08 14:30:05 +02:00 committed by Maximilian Wolff
parent 641cb39afa
commit 240de6fe4f

View file

@ -9,6 +9,7 @@
- [[#features][Features:]]
- [[#install][Install]]
- [[#layer][Layer]]
- [[#auto-completion][Auto-completion]]
- [[#key-bindings][Key bindings]]
- [[#debug][Debug]]
- [[#repl][REPL]]
@ -34,7 +35,16 @@ add =hy= to the existing =dotspacemacs-configuration-layers= list in this file.
To install =hy= globally:
#+BEGIN_SRC sh
pip install hy
pip3 install hy
#+END_SRC
** Auto-completion
=[[https://github.com/hylang/hy-mode][hy-mode]]= relies on =[[https://github.com/ekaschalk/jedhy][jedhy]]= for auto-completion.
=jedhy= can be installed with:
#+BEGIN_SRC
pip3 install jedhy
#+END_SRC
* Key bindings