Skip to content

Fix link folding when `org-fold-core-style' is set to 'overlays #67

Fix link folding when `org-fold-core-style' is set to 'overlays

Fix link folding when `org-fold-core-style' is set to 'overlays #67

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
emacs-version:
- 29.1
- snapshot
elisp-check:
- melpa
- load-file
- byte-compile
- checkdoc
- package-lint
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
with:
version: ${{ matrix.emacs-version }}
- uses: leotaku/elisp-check@master
with:
check: ${{ matrix.elisp-check }}
file: org-appear.el