]> code.delx.au - dotemacs/commitdiff
hide some minor modes
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 14:19:16 +0000 (00:19 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 20 Jul 2016 14:21:08 +0000 (00:21 +1000)
lisp/my-minor-modes.el

index b7a9fc6f47a6eb7ad55b522ee6f4bbc2fe59f37d..d07db74291741e4c92b3d1bf737f03942f36aaf9 100644 (file)
@@ -26,3 +26,8 @@
 (yas-global-mode 1)
 (add-hook 'python-mode-hook
           (lambda () (set (make-local-variable 'yas-indent-line) 'fixed)))
+
+(require 'diminish)
+(diminish 'indent-guide-mode)
+(diminish 'ivy-mode)
+(diminish 'yas-minor-mode)