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