Skip to content

Instantly share code, notes, and snippets.

@chrissound
Created April 14, 2019 16:42
Show Gist options
  • Save chrissound/0ccc66b3699a88e1b2c42af06fd36697 to your computer and use it in GitHub Desktop.
Save chrissound/0ccc66b3699a88e1b2c42af06fd36697 to your computer and use it in GitHub Desktop.
(define-key yas-minor-mode-map (kbd "<tab>") nil)
(define-key yas-minor-mode-map (kbd "TAB") nil)
(define-key yas-minor-mode-map (kbd "<backtab>") 'yas-expand)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment