Skip to content

jcowgar/random-idle-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Idle Quote

When Emacs goes into idle mode, a random quote will appear in your echo window. Use it to help me memorize keyboard shortcuts, to memorize any random text you may be working on, or fill it with quotes to brighten your day.

Quotes come pre-loaded with tips from the Emacs Wiki Page EmacsNiftyTricks.

You can customize the quotes shown by `M-X customize-group RET random-idle-quotes RET’.

Quotes come pre-loaded from the Emacs Wiki Page http://www.emacswiki.org/cgi-bin/wiki/EmacsNiftyTricks.

Install

The easiest way is use-package by John Wiegley

(use-package random-idle-quote
  :ensure t
  :config
  (random-idle-quote-mode))

Contributing

Please feel free to submit a bug report, or better yet a pull request at the random-idle-quote github project page.

About

Display random quotes in emacs when going idle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published