File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Install
1212 run : sudo apt update && sudo apt install -y git emacs-nox zip
1313
14+ - name : Tree-Sitter
15+ uses : tree-sitter/setup-action@v2
16+ with :
17+ install-lib : true
18+
1419 - name : Build
1520 run : |
1621 git clone https://github.com/xhcoding/emacs.d.git ~/.emacs.d; \
Original file line number Diff line number Diff line change @@ -1468,6 +1468,12 @@ ref:https://github.com/manateelazycat/toggle-one-window
14681468 (setq acm-enable-tabnine nil
14691469 acm-enable-copilot t
14701470 acm-enable-quick-access t
1471+ acm-backend-order '("copilot-candidates"
1472+ "mode-first-part-candidates"
1473+ "template-first-part-candidates"
1474+ "template-second-part-candidates"
1475+ "mode-second-part-candidates")
1476+
14711477 lsp-bridge-enable-hover-diagnostic t)
14721478 )
14731479#+end_src
You can’t perform that action at this time.
0 commit comments