diff --git a/oni-core.el b/oni-core.el index 6ed2b83..56253a9 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; 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) ;; 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 'ws-butler (diminish 'ws-butler-mode)) +(with-eval-after-load 'which-key (diminish 'which-key-mode)) (electric-indent-mode -1) (winner-mode)