File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ jobs:
6868 run : |
6969 git clone --depth 1 https://github.com/emacs-evil/evil.git /tmp/evil
7070
71- - name : Run ghostel- evil tests
71+ - name : Run evil-ghostel tests
7272 run : |
7373 emacs --batch -Q -L /tmp/evil -L . \
7474 -l ert \
75- -l test/ghostel- evil-test.el \
76- -f ghostel- evil-test-run-elisp
75+ -l test/evil-ghostel -test.el \
76+ -f evil-ghostel -test-run-elisp
7777
7878 build-native :
7979 strategy :
Original file line number Diff line number Diff line change 4646 - name : Run
4747 env :
4848 LOCAL_REPO : ${{ github.workspace }}
49- RECIPE : (ghostel- evil :fetcher github :repo "dakra/ghostel" :files ("ghostel- evil.el"))
49+ RECIPE : (evil-ghostel :fetcher github :repo "dakra/ghostel" :files ("evil-ghostel .el"))
5050 EXIST_OK : false
5151 WARN_IS_ERROR : true
5252 run : make -C ~/melpazoid
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ test-evil:
3434 git clone --depth 1 https://github.com/emacs-evil/evil.git " $( EVIL_DIR) " ; \
3535 fi
3636 $(EMACS ) --batch -Q -L " $( EVIL_DIR) " -L . \
37- -l ert -l test/ghostel- evil-test.el -f ghostel- evil-test-run
37+ -l ert -l test/evil-ghostel- test.el -f evil-ghostel -test-run
3838
3939byte-compile : $(ELC )
4040
Original file line number Diff line number Diff line change @@ -403,20 +403,20 @@ individual faces with `M-x customize-face`.
403403
404404## Evil-mode
405405
406- Ghostel includes optional ` evil-mode ` support via ` ghostel- evil.el` .
406+ Ghostel includes optional ` evil-mode ` support via ` evil-ghostel .el ` .
407407It synchronizes the terminal cursor with Emacs point during evil state
408408transitions so that normal-mode navigation (` hjkl ` etc.) works
409409correctly.
410410
411411To enable:
412412
413413``` elisp
414- (use-package ghostel- evil
414+ (use-package evil-ghostel
415415 :after (ghostel evil)
416- :hook (ghostel-mode . ghostel- evil-mode))
416+ :hook (ghostel-mode . evil-ghostel -mode))
417417```
418418
419- When ` ghostel- evil-mode` is active:
419+ When ` evil-ghostel -mode ` is active:
420420
421421- Ghostel starts in ** insert state** (terminal input works normally)
422422- Pressing ** ESC** enters normal state and snaps point to the terminal cursor
You can’t perform that action at this time.
0 commit comments