summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.org13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 8614f70..c734933 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1728,19 +1728,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.
(setq ediff-window-setup-function 'ediff-setup-windows-plain)