(require 'guix-autoloads) (require 'guix-emacs) (defcustom guix-package-enable-at-startup t "If non-nil, activate Emacs packages installed in a user profile. Set this variable to nil before requiring `guix-init' file to avoid loading autoloads of Emacs packages installed in `guix-user-profile'." :type 'boolean :group 'guix) (add-to-list 'load-path (guix-emacs-directory)) (when guix-package-enable-at-startup (guix-emacs-load-autoloads 'all)) (add-hook 'scheme-mode-hook 'guix-devel-activate-mode-maybe) (provide 'guix-init) ='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/challenge.scm
AgeCommit message (Expand)Author
2020-05-22packages: Introduce <content-hash> and use it in <origin>....Ludovic Courtès
2019-12-12challenge: Support "--diff=diffoscope"....Ludovic Courtès
2019-12-12challenge: Add "--diff"....Ludovic Courtès
2018-11-12tests: Add 'test-assertm' to (guix tests)....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès