Don't diminish

This commit is contained in:
Tom Willemse 2013-06-10 22:22:03 +02:00
parent 0b1080da69
commit 28fcab6516

View file

@ -1727,19 +1727,6 @@
(help-at-pt-set-timer)
(windmove-default-keybindings)
;;; Diminish lighter for a bunch of minor modes that should be on in
;;; certain modes and usually just clogg up the mode line.
(oni:eval-after-init (diminish 'auto-fill-function))
(eval-after-load "auto-complete" '(diminish 'auto-complete-mode))
(eval-after-load "eldoc" '(diminish 'eldoc-mode))
(eval-after-load "flycheck" '(diminish 'flycheck-mode))
(eval-after-load "paredit" '(diminish 'paredit-mode))
(eval-after-load "rainbow-mode" '(diminish 'rainbow-mode))
(eval-after-load "smartparens" '(diminish 'smartparens-mode))
(eval-after-load "yasnippet" '(diminish 'yas-minor-mode))
;;; Popping up multiple frames out of the blue does not usually play
;;; well with (manual) tiling window managers.