aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-05-24 10:17:15 +0200
committerOscar Najera <hi@oscarnajera.com>2023-05-24 10:25:26 +0200
commitea2f9300275eb58234d5cb75675d950be0e8631f (patch)
tree339439e6a25a916ace92d39248099cfa93e02f3d /lib
parent1e37224dbece58bfc2bbc2ff5f934759c0d0be2e (diff)
downloaddotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.gz
dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.tar.bz2
dotfiles-ea2f9300275eb58234d5cb75675d950be0e8631f.zip
configs
Diffstat (limited to 'lib')
-rwxr-xr-xlib/guile/read-habit.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/guile/read-habit.scm b/lib/guile/read-habit.scm
index b3c7888..7c04422 100755
--- a/lib/guile/read-habit.scm
+++ b/lib/guile/read-habit.scm
@@ -2,19 +2,19 @@
--listen -s
!#
-(add-to-load-path "/home/titan/dev/helpful_scripts/guile/")
+(add-to-load-path "/home/titan/dev/dotfiles/lib/guile/")
-(use-modules (ice-9 rdelim)
- (ice-9 popen)
+(use-modules (ice-9 format)
(ice-9 ftw)
- (ice-9 format)
+ (ice-9 popen)
+ (ice-9 rdelim)
+ (json)
(term ansi-color)
+ (utils)
(web request)
- (json)
(web response)
(web server)
- (web uri)
- (utils))
+ (web uri))
(define habits-dir (expand-file "~/org/habits/"))
@@ -69,5 +69,5 @@
(cli-print "pull-ups.dat")
(display "pu\n")
-(cli-print "push-ups.dat")
+(cli-print "poop.dat")
;(run-server (lambda (request request-body) (handle-request request request-body)))