aboutsummaryrefslogtreecommitdiffstats
path: root/oni-ivy.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-08 11:16:00 -0700
committerGravatar Tom Willemse2020-04-08 11:16:00 -0700
commitdf4d188d3f0bbaffeef0e474de5581e714fdcc23 (patch)
treeb27fb8b215eb2d37e9994a5e50c8c0c55c097157 /oni-ivy.el
parent2cfd2013b98fcd04834fbd6d4addd85045642afc (diff)
downloademacs-config-df4d188d3f0bbaffeef0e474de5581e714fdcc23.tar.gz
emacs-config-df4d188d3f0bbaffeef0e474de5581e714fdcc23.zip
Fix diminishing minor modes when reloading libraries
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))