From 28fcab6516e02b66ed2abca0603cbf8bd18c4814 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Jun 2013 22:22:03 +0200 Subject: Don't diminish --- emacs/init.org | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'emacs') diff --git a/emacs/init.org b/emacs/init.org index 8614f70..c734933 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -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. -- cgit v1.2.3-54-g00ecf