Browse Source

Merge branch 'master' of github.com:bbatsov/prelude

custom
Bozhidar Batsov 13 years ago
parent
commit
77cab66b86
  1. 2
      README.md
  2. 2
      core/prelude-core.el

2
README.md

@ -82,7 +82,7 @@ $ wget --no-check-certificate https://github.com/bbatsov/prelude/raw/master/util
```bash ```bash
$ git clone git://github.com/bbatsov/prelude.git path/to/local/repo $ git clone git://github.com/bbatsov/prelude.git path/to/local/repo
$ ln -s path/to/local/repo ~/.emacs.d $ ln -s path/to/local/repo ~/.emacs.d
$ cd ~/emacs.d
$ cd ~/.emacs.d
``` ```
You'd do well to replace `~/.emacs.d` with the value of You'd do well to replace `~/.emacs.d` with the value of

2
core/prelude-core.el

@ -336,6 +336,8 @@ and so on."
(defun prelude-tip-of-the-day () (defun prelude-tip-of-the-day ()
(interactive) (interactive)
;; pick a new random seed
(random t)
(message (message
(concat "Prelude tip: " (nth (random (length prelude-tips)) prelude-tips)))) (concat "Prelude tip: " (nth (random (length prelude-tips)) prelude-tips))))

Loading…
Cancel
Save