[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kember.el --- Find the kember identity
From: |
Aaron S. Hawley |
Subject: |
kember.el --- Find the kember identity |
Date: |
Wed, 7 Nov 2012 08:17:48 -0500 |
This program for M-x zone displays random MD5 hash strings when Emacs
becomes idle. Internally it is computing the MD5 hash of each string
to see if it is identical to itself. When it does, it will stop and
notify you. You should get in touch with Elliott Kember.
Install by putting this file in your `load-path' and then by adding
the following to your .emacs
(eval-after-load "zone"
'(progn
(load-library "kember")
(unless (memq 'zone-pgm-kember (append zone-programs nil))
(setq zone-programs
(vconcat zone-programs [zone-pgm-kember])))))
Note, zone randomly selects a program to run.
To automatically enable M-x zone-when-idle, add to your .emacs:
(setq zone-timer (run-with-idle-timer 120 t 'zone))
kember.el
Description: Binary data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- kember.el --- Find the kember identity,
Aaron S. Hawley <=