gnu: http-parser: Update to 2.9.4-1.ec8b5ee [fixes CVE-2020-8287].
[jackhill/guix/guix.git] / gnu / packages / patches / emacs-wordnut-require-adaptive-wrap.patch
CommitLineData
4b33a741
MO
1Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
2
3This patch forces the use of adaptive-wrap. This feature is optional but we
4prefer to enable it by default.
5
6diff --git a/wordnut.el b/wordnut.el
7index 0ae86ad..72f9221 100644
8--- a/wordnut.el
9+++ b/wordnut.el
10@@ -4,6 +4,7 @@
11 (require 'subr-x)
12 (require 'outline)
13 (require 'imenu)
14+(require 'adaptive-wrap)
15
16 (require 'wordnut-history)
17
18--
192.17.1
20