spacemacs里怎麼打開ahk-mode的自動補全呢

1.1 Features:

  • Auto-completion
  • Documentation Lookup
  • Execute Code Snippets
  • Correct Indentation and Commenting

2 Install

https://develop.spacemacs.org/layers/+lang/autohotkey/README.html

文檔里有自動補全功能但是沒說怎麼打開

你开了 auto-completion layer 就会自动打幵了

To use this configuration layer, add it to your ~/.spacemacs .

You will need to add autohotkey to the existing dotspacemacs-configuration-layers list in this file.

## ~/.spacemacs
...
   dotspacemacs-configuration-layers
   '(
     ...
     autohotkey
     ...
    )
...