From 242c31abde00f2e94eef6efce5ff4b57c02ecfd8 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 18 Aug 2020 17:32:36 -0600 Subject: [PATCH] full path to fortune --- .emacs.d/readme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/readme.org b/.emacs.d/readme.org index 6719419..7fd3aa0 100644 --- a/.emacs.d/readme.org +++ b/.emacs.d/readme.org @@ -65,7 +65,7 @@ If we are on OpenBSD, fill the scratch buffer with fortune \o/. (if (file-executable-p "/usr/games/fortune") (setq initial-scratch-message (concat - (shell-command-to-string "fortune | sed -e 's/^/;; /g'") + (shell-command-to-string "/usr/games/fortune | sed -e 's/^/;; /g'") "\n\n"))) #+end_src