diff options
-rw-r--r-- | custom/jao-custom-completion.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/jao-custom-completion.el b/custom/jao-custom-completion.el index 7d956fe..9e68200 100644 --- a/custom/jao-custom-completion.el +++ b/custom/jao-custom-completion.el @@ -420,6 +420,8 @@ (define-key embark-url-map "v" #'jao-embark-targets-vlc) (define-key embark-url-map "V" #'jao-embark-targets-vlc) +;;;; vc targets +(use-package embark-vc :ensure t) ;;; avy (use-package avy :ensure t |