Skip to content

Instantly share code, notes, and snippets.

@yuutayamada
Last active May 18, 2017 10:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuutayamada/8930448 to your computer and use it in GitHub Desktop.
Save yuutayamada/8930448 to your computer and use it in GitHub Desktop.
Use auto-complete with yasnippet on markdown-mode
(add-hook 'markdown-mode-hook
'(lambda ()
(auto-complete-mode t)
(local-unset-key [tab])
(setq-local yas-fallback-behavior '(apply auto-complete))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment