From 43382b4e453ce9ca37f04c29daa5284dab986b3b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 20 Dec 2012 00:01:55 +0100 Subject: Emacs: diminish yasnippet --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3-54-g00ecf