Move diminish to end of config

- otherwise mode's not known
This commit is contained in:
laurensmiers 2018-07-03 23:23:09 +02:00
parent c2cf0f2cba
commit 7bd7a3db9b

View file

@ -195,24 +195,6 @@ FYI: At one point, used this together with sr-speedbar. They did not play well t
) )
#+END_SRC #+END_SRC
** Diminish
https://github.com/myrjola/diminish.el
#+BEGIN_SRC emacs-lisp
(use-package diminish
:ensure t
:config
(diminish 'volatile-highlights-mode)
(diminish 'smartparens-mode)
(diminish 'beacon-mode)
(diminish 'subword-mode)
(diminish 'auto-revert-mode)
(diminish 'helm-mode)
(diminish 'undo-tree-mode)
)
#+END_SRC
** Clock ** Clock
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
@ -987,6 +969,25 @@ Tell org where to look for ditaa
'((sequence "TODO" "IN-PROGRESS" "WAITING" "DONE"))) '((sequence "TODO" "IN-PROGRESS" "WAITING" "DONE")))
#+END_SRC #+END_SRC
* Diminish
https://github.com/myrjola/diminish.el
#+BEGIN_SRC emacs-lisp
(use-package diminish
:ensure t
:config
(diminish 'volatile-highlights-mode)
(diminish 'smartparens-mode)
(diminish 'beacon-mode)
(diminish 'subword-mode)
(diminish 'auto-revert-mode)
(diminish 'helm-mode)
(diminish 'undo-tree-mode)
(diminish 'page-break-lines-mode)
)
#+END_SRC
* Old stuff, maybe usefull for lookup later * Old stuff, maybe usefull for lookup later
** Diff mode stuff ** Diff mode stuff