diff --git a/.emacs.d/init.el b/.emacs.d/init.el index abe3605..6ac0f47 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -831,6 +831,9 @@ (use-package yasnippet :commands yas-minor-mode + :bind (:map yas-minor-mode-map + ("TAB" . nil) + ("M-TAB" . yas-expand)) :init (add-hook 'LaTeX-mode-hook (lambda ()