This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'fortune) | |
;; Be sure to set the following to your specific fortune files | |
(setq fortune-dir "~/.fortunes" | |
fortune-file "~/.fortunes/fortunes") | |
(defun fortune-message (&optional file) | |
"Display a fortune cookie to the mini-buffer. | |
If called with a prefix, it has the same behavior as `fortune'. | |
Optional FILE is a fortune file from which a cookie will be selected." |
NewerOlder