Skip to content

Commit

Permalink
Yasnippet config
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed May 24, 2016
1 parent 0680f12 commit cff0199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
(yas-reload-all))))
(setq yas-snippet-dirs (list (f-expand "snippets" user-emacs-directory)))
(setq yas-prompt-functions '(yas/ido-prompt))
(setq yas-indent-line 'fixed)
(yas-global-mode 1))
:mode ("\\.yasnippet" . snippet-mode))

Expand Down

0 comments on commit cff0199

Please sign in to comment.