mostly on computers and mathematics
Some Emacs Lisp to insert the current date into the buffer:
(defun insert-date () (interactive) (call-process "date" nil t nil) )
Post a Comment
No comments :
Post a Comment