Skip to content

bind both RET and <return> #33

bind both RET and <return>

bind both RET and <return> #33

Workflow file for this run

name: Check doc
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y emacs
emacs --version
- name: Check doc
run: emacs -batch -l test/check-doc.el