Properly load undonerc
This commit is contained in:
parent
ffbff6beb6
commit
a90567ae22
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
(apply view-func '()))))
|
(apply view-func '()))))
|
||||||
|
|
||||||
(define (main args)
|
(define (main args)
|
||||||
;; (primitive-load "/home/slash/undonerc.scm")
|
(load "/home/slash/undonerc.scm")
|
||||||
(if (> (length args) 1)
|
(if (> (length args) 1)
|
||||||
(case (string->symbol (cadr args))
|
(case (string->symbol (cadr args))
|
||||||
((add)
|
((add)
|
||||||
|
|
Loading…
Reference in a new issue