aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ivy.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-ivy.el')
-rw-r--r--oni-ivy.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/oni-ivy.el b/oni-ivy.el
index c5848f3..c5600de 100644
--- a/oni-ivy.el
+++ b/oni-ivy.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0305.221151
+;; Version: 2020.0408.103313
;; Package-Requires: (ivy oni-prescient oni-hydra ivy-hydra diminish ivy-posframe ivy-prescient)
;; This program is free software; you can redistribute it and/or modify
@@ -56,8 +56,8 @@
(ivy-posframe-mode)
(ivy-prescient-mode)
-(diminish 'ivy-posframe-mode)
-(diminish 'ivy-mode)
+(with-eval-after-load 'ivy-posframe (diminish 'ivy-posframe-mode))
+(with-eval-after-load 'ivy (diminish 'ivy-mode))
;;;###autoload(with-eval-after-load 'ivy (require 'oni-ivy))