Skip to content

Instantly share code, notes, and snippets.

@asimpson
Created June 30, 2016 20:03
Show Gist options
  • Save asimpson/05e1fb2aa086dfdfccb5a231225a91ad to your computer and use it in GitHub Desktop.
Save asimpson/05e1fb2aa086dfdfccb5a231225a91ad to your computer and use it in GitHub Desktop.
(global-set-key (kbd "C-SPC k d") (lambda()
"shells out to date to return a formatted date string at point"
(interactive)
(shell-command "date +%Y-%m-%d-%I:%M" t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment