~ruther/guix-local

ref: 65e33d48d8c6818bbc034ea9e21709c8ed1b9c1a guix-local/gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch -rw-r--r-- 412 bytes
65e33d48 — Cayetano Santos gnu: pass-otp: Improve style. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>

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