diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c6b6f460..a8bf3287 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -484,6 +484,7 @@ The current directory is assumed to be the project's root otherwise." (progn (yas-global-mode) (diminish 'yas-minor-mode) + (add-hook 'term-mode-hook (lambda() (yas-minor-mode -1))) (setq yas-prompt-functions (cons 'yas-ido-prompt (cl-delete 'yas-ido-prompt yas-prompt-functions)))))