Guix: Add guix-debbugs-gnu convenience wrapper

master
Pierre Neidhardt 2018-07-23 15:18:02 +02:00
parent 04eb90a596
commit 601c7249f0
1 changed files with 7 additions and 1 deletions

View File

@ -201,7 +201,13 @@
(and buffer-file-name
(string-match "\\<guix\\>" buffer-file-name)
(guix-devel-mode)))
(add-hook 'scheme-mode-hook 'ambrevar/init-guix))
(add-hook 'scheme-mode-hook 'ambrevar/init-guix)
(defun ambrevar/guix-debbugs-gnu (&optional severities packages archivedp suppress tags)
(interactive)
(let ((debbugs-gnu-default-packages '("guix-patches")))
(if (called-interactively-p)
(call-interactively 'debbugs-gnu)
(debbugs-gnu severities packages archivedp suppress tags)))))
;;; Helm
(nconc package-selected-packages '(helm helm-descbinds helm-ls-git))