Skip to content

Instantly share code, notes, and snippets.

@ieure
Created June 24, 2010 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ieure/452129 to your computer and use it in GitHub Desktop.
Save ieure/452129 to your computer and use it in GitHub Desktop.
(add-hook 'before-save-hook
'(lambda ()
(or (file-exists-p (file-name-directory buffer-file-name))
(make-directory (file-name-directory buffer-file-name) t))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment