Don't diminish
This commit is contained in:
parent
0b1080da69
commit
28fcab6516
1 changed files with 0 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue