otavioschwanck / harpoon.el

Harpoon for emacs
GNU General Public License v3.0
93 stars 7 forks source link

fix: create parents on harpoon--create-directory #6

Closed martini97 closed 2 years ago

martini97 commented 2 years ago

This was calling make-directory without setting parents to t which would throw an error if .local did not exist on the emacs dir

otavioschwanck commented 2 years ago

Thanks for your contribution!