Emacs Lisp code: Insert a NoteCase-like Date/Time with F5 |
Saturday, November 14th, 2015 15:16:18 GMT |
Emacs Lisp Code Snippet |
The below Emacs Lisp code, which simply inserts a date/time like "2015-11-14 10:01:14" when you press F5, was a slight modification of code I found at this StackOverflow page:
I used "defcustom" and "setq" instead of "defvar" alone because of tips from this page from ErgoEmacs.org: