Skip to content

Instantly share code, notes, and snippets.

@dmpop
Last active April 5, 2020 14:52
Show Gist options
  • Save dmpop/4371f3d931394a45e6435241db83a288 to your computer and use it in GitHub Desktop.
Save dmpop/4371f3d931394a45e6435241db83a288 to your computer and use it in GitHub Desktop.
function did {
dir="$HOME/did/"
d="$dir"$(date '+%Y-%m-%d')".md"
emacs "$d" --eval "(goto-char (point-max))"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment