improve autoloads
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user