Created
February 27, 2015 16:36
-
-
Save herbertjones/fb612256ef1f50bdc231 to your computer and use it in GitHub Desktop.
Instructions for a personal snippets layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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