Biorhythms: Difference between revisions

(→‎{{header|Delphi}}: add Emacs Lisp)
Line 246:
 
=={{header|Emacs Lisp}}==
For Emacs, it makes sense to implement this as an interactive command which is personalized to the user's birthdate and computes the biorhythm for today. So if you put this into your .emacs file (with the birthdate in MDY format!):
<lang lisp>(require 'calendar)
 
Anonymous user