improve autoloads

This commit is contained in:
2025-07-04 23:58:34 +02:00
parent 09e03011d7
commit 4a4f30e3b1
15 changed files with 359 additions and 44 deletions

View File

@@ -36,7 +36,6 @@
:delight (ivy-mode "Ivy") ;; \u24BE i
:commands (ivy-mode)
:defer 0.1
:init (require 'ivy-autoloads)
;; Ivy-based interface to standard commands
:bind (("C-s" . swiper)
;; ("C-M-s" . swiper-all)
@@ -62,7 +61,6 @@
(use-package ivy-rich
:defer 0.1
:init (require 'ivy-rich-autoloads)
:config
(setcdr (assq t ivy-format-functions-alist) #'ivy-format-function-line)
;; For better performance, enable all-the-icons-ivy-rich-mode before ivy-rich-mode.
@@ -70,8 +68,7 @@
(all-the-icons-ivy-rich-mode 1))
(ivy-rich-mode 1))
(use-package swiper
:init (require 'swiper-autoloads))
(use-package swiper)
(use-package counsel
:after ivy