Merge branch 'master' of github.com:bbatsov/prelude
This commit is contained in:
commit
77cab66b86
2 changed files with 3 additions and 1 deletions
|
@ -336,6 +336,8 @@ and so on."
|
|||
|
||||
(defun prelude-tip-of-the-day ()
|
||||
(interactive)
|
||||
;; pick a new random seed
|
||||
(random t)
|
||||
(message
|
||||
(concat "Prelude tip: " (nth (random (length prelude-tips)) prelude-tips))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue