diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 43c49eb..c3b4b59 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -131,6 +131,9 @@ (global-set-key (kbd "M-x") 'smex) (global-set-key (kbd "C-M-x") 'smex-major-mode-commands))) +(eval-after-load "yasnippet" + '(diminish 'yas-minor-mode)) + (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) (put 'narrow-to-region 'disabled nil)