Closed hongyi-zhao closed 3 years ago
I've the following configuration:
(use-package prescient) (use-package ivy-prescient :after prescient :init (setq prescient-filter-method '(literal fuzzy regexp initialism)) :config (ivy-prescient-mode t))
How can I rewrite the above configuration in an embedded manner, i.e., call another use-package from with the use-package's directive?
The currently adopted method is like this.
I've the following configuration:
How can I rewrite the above configuration in an embedded manner, i.e., call another use-package from with the use-package's directive?