diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-07-07 20:59:43 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-07-07 20:59:43 +0100 |
commit | 115510d9a360ea103b87a712834e86fcdba51679 (patch) | |
tree | ad8452de7247a3157ab86769269eb6cb033b864b /emacs-prelude/personal/lisp/init-completion.el | |
parent | 64ca29b76b7f265ab2d5f5a88452118da40aa4c8 (diff) | |
download | dotfiles-115510d9a360ea103b87a712834e86fcdba51679.tar.gz |
Remove quelpa packages
Diffstat (limited to 'emacs-prelude/personal/lisp/init-completion.el')
-rw-r--r-- | emacs-prelude/personal/lisp/init-completion.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs-prelude/personal/lisp/init-completion.el b/emacs-prelude/personal/lisp/init-completion.el index e5f13cc..6d7aeb9 100644 --- a/emacs-prelude/personal/lisp/init-completion.el +++ b/emacs-prelude/personal/lisp/init-completion.el @@ -198,9 +198,5 @@ :hook (embark-collect-mode . consult-preview-at-point-mode)) -(use-package consult-projectile - :after (consult projectile) - :quelpa (consult-projectile :fetcher gitlab :repo "OlMon/consult-projectile")) - (provide 'init-completion) |