Browse Source

[Fix #827] Make it possible to disable the tips

custom
Bozhidar Batsov 11 years ago
parent
commit
2b6615381d
  1. 2
      core/prelude-core.el

2
core/prelude-core.el

@ -405,7 +405,7 @@ Doesn't mess with special buffers."
(defun prelude-tip-of-the-day ()
"Display a random entry from `prelude-tips'."
(interactive)
(unless (window-minibuffer-p)
(when (and prelude-tips (not (window-minibuffer-p)))
;; pick a new random seed
(random t)
(message

Loading…
Cancel
Save