Alex Kost skribis:
> Since there is a buffer-local 'fill-column' variable, I think we may use
> it instead of hard-coding '72', so that a user could change it, for
> example like this:
>
> (add-hook 'guix-package-info-mode-hook
> (lambda () (setq fill-column 60)))
Indeed, it’s better t
Ludovic Courtès (2015-07-13 23:08 +0300) wrote:
> * emacs/guix-info.el (guix-package-info-insert-heading): Add call to
> 'fill-region'.
> ---
> emacs/guix-info.el | 7 +--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/emacs/guix-info.el b/emacs/guix-info.el
> index bb21
* emacs/guix-info.el (guix-package-info-insert-heading): Add call to
'fill-region'.
---
emacs/guix-info.el | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/emacs/guix-info.el b/emacs/guix-info.el
index bb21024..1e03d65 100644
--- a/emacs/guix-info.el
+++ b/emacs/guix-in