Skip to content

Instantly share code, notes, and snippets.

@xshyamx
Created July 14, 2016 08:22
Show Gist options
  • Save xshyamx/f5e1ed7bd176119d58894163cde76447 to your computer and use it in GitHub Desktop.
Save xshyamx/f5e1ed7bd176119d58894163cde76447 to your computer and use it in GitHub Desktop.
Yasnippet prevent major-mode indentation

Yasnippets which get included usually have the major mode indentation applied. In cases where you need to disable this use # expand-env: ((yas-indent-line 'fixed)) to prevent this (Thanks to this stackoverflow quesion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment