;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 72) (tab-width . 8))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode . ((indent-tabs-mode . nil) (eval . (put 'lambda* 'scheme-indent-function 1)) (eval . (put 'substitute* 'scheme-indent-function 1)) (eval . (put 'with-directory-excursion 'scheme-indent-function 1)) (eval . (put 'package 'scheme-indent-function 1)) (eval . (put 'substitute-keyword-arguments 'scheme-indent-function 1)) (eval . (put 'with-error-handling 'scheme-indent-function 0)))) (emacs-lisp-mode . ((indent-tabs-mode . nil))) (texinfo-mode . ((indent-tabs-mode . nil) (fill-column . 72)))) lect name='h' onchange='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/documentation.scm
AgeCommit message (Expand)Author
2023-07-20gnu: doxygen: Fix build for the Hurd....Janneke Nieuwenhuizen
2023-06-20gnu: zeal: Update to 0.6.1-1.1cfa7c6....michaeldelago
2023-06-02gnu: python-docrepr: Fix tests....Greg Hogan
2023-04-21gnu: asciidoc: Delete trailing #t....Maxim Cournoyer
2023-04-21gnu: docbook-xml-5: Make it the default docbook-xml....Maxim Cournoyer
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2023-01-22gnu: doc++: Use HTTPS home page....Tobias Geerinckx-Rice
2023-01-16gnu: latex2html: Update to 2022.2, use new package style....kiasoc5
2022-12-06gnu: Add pod2pdf....Efraim Flashner