Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Add Emacs version #547

Open
wants to merge 1 commit into
base: eeeeeeeeeeeeeeeeeeeeeeee
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions e.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(defun e ()
"eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee."
(interactive)
(while (not (input-pending-p))
(insert ?e)
(sit-for 0.02)))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this not be 0.01? Need moar es.