Skip to content

Instantly share code, notes, and snippets.

@herbertjones
Created February 27, 2015 16:36
Show Gist options
  • Save herbertjones/fb612256ef1f50bdc231 to your computer and use it in GitHub Desktop.
Save herbertjones/fb612256ef1f50bdc231 to your computer and use it in GitHub Desktop.
Instructions for a personal snippets layer
;; Place this in layer directory and create a "snippets" directory
;; in the same layer directory as this file to have a personal
;; layer snippets repository
;; My snippets directory
(setq hfj-snippets/snippet-dir
(concat (file-name-directory load-file-name) "snippets"))
(setq yas-snippet-dirs
(list hfj-snippets/snippet-dir))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment