Skip to content

Instantly share code, notes, and snippets.

@gnusosa
Created September 20, 2014 17:46
Show Gist options
  • Select an option

  • Save gnusosa/7977758fd58291523f8c to your computer and use it in GitHub Desktop.

Select an option

Save gnusosa/7977758fd58291523f8c to your computer and use it in GitHub Desktop.
(defun new ()
(let ((path
(read-directory-name "Path: " nil "")))
(princ path)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment