File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,10 @@ recursion depth in the minibuffer prompt. This is only useful if
65
65
(define-advice flx-rs-load-dyn
66
66
(:around (old-fun &rest args) quiet)
67
67
(let ((message-log-max ))
68
- (apply old-fun args))))
68
+ (apply old-fun args)))
69
+
70
+ (let ((inhibit-message t ))
71
+ (flx-rs-load-dyn)))
69
72
70
73
(use-package historian
71
74
:init
Original file line number Diff line number Diff line change @@ -354,6 +354,8 @@ these values are used to call `use-package-ensure-function'."))
354
354
(idle-job-add-require 'counsel )
355
355
(idle-job-add-require 'swiper )
356
356
(idle-job-add-require 'ivy )
357
+ (idle-job-add-require 'flx-rs )
358
+ (idle-job-add-require 'flx )
357
359
(idle-job-add-require 'colir )
358
360
(idle-job-add-require 'ivy-overlay )
359
361
(idle-job-add-require 'ffap )
You can’t perform that action at this time.
0 commit comments