Copyright © 2018 Mathieu Othacehe This patch forces the use of adaptive-wrap. This feature is optional but we prefer to enable it by default. diff --git a/wordnut.el b/wordnut.el index 0ae86ad..72f9221 100644 --- a/wordnut.el +++ b/wordnut.el @@ -4,6 +4,7 @@ (require 'subr-x) (require 'outline) (require 'imenu) +(require 'adaptive-wrap) (require 'wordnut-history) -- 2.17.1 git.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/lint.scm
AgeCommit message (Expand)Author
2019-10-20tests: Avoid now-deprecated 'make-struct'....Ludovic Courtès
2019-09-02lint: Add 'archival' checker....Ludovic Courtès
2019-09-02tests: 'with-http-server' accepts multiple responses....Ludovic Courtès
2019-08-17tests: Relax expectations for the 'home-page' checker....Ludovic Courtès
2019-07-20lint: Add test for 'source'....Ludovic Courtès
2019-07-20lint: Update tests to (guix lint) migration....Ludovic Courtès
2019-07-15lint: Move the linting code to a different module....Christopher Baines
2019-07-15scripts: lint: Handle warnings with a record type....Christopher Baines
2019-01-20tests: More adjustments to python.scm split....Efraim Flashner
2019-01-10guix: lint: Warn only if GitHub URI is not same as the package URI....Arun Isaac
2018-12-27lint: Check for unstable tarballs....Efraim Flashner
2018-12-24guix: lint: Check for source URIs redirecting to GitHub....Arun Isaac
2018-11-20lint: 'check-derivation' tries all the package's supported systems....Ludovic Courtès
2017-12-10lint: 'check-vulnerabilities' also checks package properties....Efraim Flashner
2017-11-28lint: 'patch-file-names' checks for file name length....Ludovic Courtès
2017-10-12lint: 'home-page' checker reports permanent redirects....Ludovic Courtès
2017-10-12tests: Support multiple HTTP server instances....Ludovic Courtès