Fix vertico-extensions load paths

This commit is contained in:
David Morgan 2021-08-18 21:10:25 +01:00
parent 3af891c734
commit 223b4c3c73
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
;;; init-completion.el --- Commpletion Configuration File -*- lexical-binding: t -*-
;;; init-completion.el --- Completion Configuration File -*- lexical-binding: t -*-
;;; Commentary:
;; Config for completion-at-point (corfu) and minibuffer (vertico, embark, consult, etc)
;;; Code:
@ -157,7 +157,7 @@
;; See init-packages.el for fetching of Vertico Extenions
;; Required extensions must be in the vertico-extensions var
(use-package vertico-directory
:load-path "site-lisp/vertico-extensions/vertico-directory.el"
:load-path vertico-extensions-dir
:bind (:map vertico-map
("RET" . vertico-directory-enter)
("/" . vertico-directory-enter)
@ -167,7 +167,7 @@
:hook (rfn-eshadow-update-overlay . vertico-directory-tidy))
(use-package vertico-repeat
:load-path "site-lisp/vertico-extensions/vertico-repeat.el"
:load-path vertico-extensions-dir
:bind ("M-P" . vertico-repeat))
(use-package consult