Skip to content

Instantly share code, notes, and snippets.

@kidd
Created March 7, 2013 18:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidd/5110584 to your computer and use it in GitHub Desktop.
Save kidd/5110584 to your computer and use it in GitHub Desktop.
(require 'cl)
(let* ((commands (loop for s being the symbols when (commandp s) collect s))
(help (describe-function (nth (random (length commands)) commands)))
(commented-help (replace-regexp-in-string "^" ";; " help)))
(setq initial-scratch-message commented-help))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment