> + (let* ((alias (string-trim-right > + (call-with-input-file file get-string-all))) Hmm... doesn't this trim other things than newline? A quick internet search shows that most people do that. Huh. LGTM!