;; Per-directory local variables for GNU Emacs 23 and later. ((nil . ((fill-column . 78) (tab-width . 8))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode . ((indent-tabs-mode . nil) (eval . (put 'test-assert 'scheme-indent-function 1)) (eval . (put 'test-equal 'scheme-indent-function 1)) (eval . (put 'call-with-input-string 'scheme-indent-function 1)) (eval . (put 'guard 'scheme-indent-function 1)) (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)))) s customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/system-tests.scm
AgeCommit message (Expand)Author
2022-08-09build-system: Add 'channel-build-system'....Ludovic Courtès
2022-07-10monads: Add 'mparameterize'.2022-08-092022-04-11tests: System tests really parameterize 'current-guix-package'.2022-05-31gnu: Remove wicd....Maxim Cournoyer
2022-03-19linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'....Ludovic Courtès
2022-03-19linux-container: 'eval/container' honors #:namespaces....Ludovic Courtès