Remove docstring from config-exclusion-list
Apparently that is not the right place for a docstring, I must have been thinking about emacs lisp.
This commit is contained in:
parent
e2c303c420
commit
e293a71f9c
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@
|
|||
#:use-module (srfi srfi-1)
|
||||
#:export (main))
|
||||
|
||||
(define config-exclusion-list '()
|
||||
"A list of strings naming the repositories to be left alone.")
|
||||
(define config-exclusion-list '())
|
||||
|
||||
(define (storage-dir xdg-env fallback)
|
||||
(let ((xdg (getenv xdg-env)))
|
||||
|
|
Loading…
Reference in a new issue