summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Gaydov <victor@enise.org>2016-09-20 13:56:26 +0300
committerYixun Lan <dlan@gentoo.org>2016-09-21 04:37:26 +0800
commitd8da69633924e697e9f69524d92b1e4b5620c994 (patch)
treeaa8f713f78d391baa05cb5d89bae7b730e673ace /app-emacs/adaptive-wrap/files
parentdev-perl/Data-Page-Pageset: Revision Bump (diff)
downloadgentoo-d8da69633924e697e9f69524d92b1e4b5620c994.tar.gz
gentoo-d8da69633924e697e9f69524d92b1e4b5620c994.tar.bz2
gentoo-d8da69633924e697e9f69524d92b1e4b5620c994.zip
app-emacs/adaptive-wrap: new package
adaptive-wrap implements smart line-wrapping with wrap-prefix. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=594502 Closes: https://github.com/gentoo/gentoo/pull/2370 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emacs/adaptive-wrap/files')
-rw-r--r--app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el b/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el
new file mode 100644
index 000000000000..3609fffb6421
--- /dev/null
+++ b/app-emacs/adaptive-wrap/files/50adaptive-wrap-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+
+(autoload 'adaptive-wrap-prefix-mode "adaptive-wrap"
+ "Wrap the buffer text with adaptive filling." t nil)