Move diminish to end of config
- otherwise mode's not known
This commit is contained in:
parent
c2cf0f2cba
commit
7bd7a3db9b
1 changed files with 19 additions and 18 deletions
37
config.org
37
config.org
|
|
@ -195,24 +195,6 @@ FYI: At one point, used this together with sr-speedbar. They did not play well t
|
|||
)
|
||||
#+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
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
@ -987,6 +969,25 @@ Tell org where to look for ditaa
|
|||
'((sequence "TODO" "IN-PROGRESS" "WAITING" "DONE")))
|
||||
#+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
|
||||
|
||||
** Diff mode stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue