Emacs: Load prescient and counsel-projectile after counsel.

This commit is contained in:
tastytea 2021-02-08 02:04:57 +01:00
parent 4c5b029f3a
commit 8d35b27f27
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
;; Sorting and filtering, library. ;; Sorting and filtering, library.
(use-package prescient (use-package prescient
:demand t :demand t
:after (counsel)
:hook (after-init . prescient-persist-mode)) :hook (after-init . prescient-persist-mode))
(provide 'misc/libs) (provide 'misc/libs)

View File

@ -136,7 +136,7 @@ Ignores ARGS."
(use-package counsel-projectile (use-package counsel-projectile
:demand t :demand t
:after (projectile) :after (counsel projectile)
:config (progn :config (progn
;; I'm not exactly sure what I did here but it seems to work. ;; I'm not exactly sure what I did here but it seems to work.
(defun my/counsel-projectile-switch-project-action (project) (defun my/counsel-projectile-switch-project-action (project)