Skip to content

Instantly share code, notes, and snippets.

@letoh
Created May 4, 2013 06:44
Show Gist options
  • Select an option

  • Save letoh/5516511 to your computer and use it in GitHub Desktop.

Select an option

Save letoh/5516511 to your computer and use it in GitHub Desktop.
(let* ((src (read-file-name "Source: "))
(dst (read-file-name (concat src " -> "))))
(concat src " -> " dst))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment