From d46183860c1f3f10095e95023adcb79b1896ab0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 22 Mar 2019 20:11:11 +0100 Subject: Move C and Scheme code into subdirs. --- config.scm | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 config.scm (limited to 'config.scm') diff --git a/config.scm b/config.scm deleted file mode 100644 index 3c6ebbb0..00000000 --- a/config.scm +++ /dev/null @@ -1,12 +0,0 @@ -;;; Preliminary config file for the system. -;;; Currently loaded by main, and requires that `calendar-files` -;;; is set to a list of files (or directories). - - -(use-modules (srfi srfi-26) - (ice-9 ftw)) - -(define calendar-files - (let ((path (string-append (getenv "HOME") "/.calendars/"))) - (map (cut string-append path <>) - (scandir path (lambda (str) (not (char=? #\. (string-ref str 0)))))))) -- cgit v1.2.3