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 '()))))
|
||||
|
||||
(define (main args)
|
||||
;; (primitive-load "/home/slash/undonerc.scm")
|
||||
(load "/home/slash/undonerc.scm")
|
||||
(if (> (length args) 1)
|
||||
(case (string->symbol (cadr args))
|
||||
((add)
|
||||
|
|
Loading…
Reference in a new issue