Diminish ‘which-key-mode’
This commit is contained in:
parent
f3aef98455
commit
c7603f21d3
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2020.1218.000513
|
;; Version: 2020.1218.000639
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler which-key)
|
;; Package-Requires: (oni-data-dir oni-embrace expand-region multiple-cursors gcmh diminish ws-butler which-key)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -156,6 +156,7 @@
|
||||||
|
|
||||||
(with-eval-after-load 'gcmh (diminish 'gcmh-mode))
|
(with-eval-after-load 'gcmh (diminish 'gcmh-mode))
|
||||||
(with-eval-after-load 'ws-butler (diminish 'ws-butler-mode))
|
(with-eval-after-load 'ws-butler (diminish 'ws-butler-mode))
|
||||||
|
(with-eval-after-load 'which-key (diminish 'which-key-mode))
|
||||||
|
|
||||||
(electric-indent-mode -1)
|
(electric-indent-mode -1)
|
||||||
(winner-mode)
|
(winner-mode)
|
||||||
|
|
Loading…
Reference in a new issue