Skip to content

Commit

Permalink
Make snippet directories better suited for imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafov committed Dec 4, 2016
1 parent d000d8b commit 2e14975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-playground.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Tries to look for a URL at point."
"Get unique directory under GOPATH/`go-playground-basedir`."
(let ((dir-name (concat go-playground-basedir "/"
(if (and prefix go-playground-ask-for-file-name) (concat prefix "-"))
(time-stamp-string "%:y-%02m-%02d-%02H:%02M:%02S"))))
(time-stamp-string "at-%:y-%02m-%02d-%02H%02M%02S"))))
(make-directory dir-name t)
dir-name))

Expand Down

0 comments on commit 2e14975

Please sign in to comment.