Changing Directory for Custom Snippets

In the documentation (github/doomemacs), it is mentioned that any custom snippets should be added $DOOMDIR/snippets/. Is it possible to change that folder somehow?

I try to keep all my files in my Google Drive, including several org files, org-roam files, and snippets. I would like to change the default snippets file to be in my Google Drive.

Thanks for helping!

Amend yas-snippet-dirs

1 Like

This worked for me: (add-to-list 'yas-snippet-dirs "/myfolder/snippets") Then run doom/reload. Thank you!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.