Skip to content

Commit

Permalink
Diminish org-indent-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Mar 28, 2016
1 parent 169d4a1 commit 64774a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-diminish.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
(eval-after-load "eldoc" '(diminish 'eldoc-mode))
(eval-after-load "highlight-indentation" '(diminish 'highlight-indentation-current-column-mode))
(eval-after-load "highlight-symbol" '(diminish 'highlight-symbol-mode))
(eval-after-load "org-indent" '(diminish 'org-indent-mode))
(eval-after-load "rainbow-mode" '(diminish 'rainbow-mode))
(eval-after-load "robe" '(diminish 'robe-mode))
(eval-after-load "smartparens" '(diminish 'smartparens-mode))
Expand Down

0 comments on commit 64774a7

Please sign in to comment.