Skip to content

Commit

Permalink
refactor(vertico): better way to extract extensions directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 1, 2023
1 parent c85ba97 commit 559abe9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/me-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,7 @@ This depends on `+cape-hosts' and `+cape-global-capes'."
(vertico-resize nil)
(vertico-count 12)
:init
(add-to-list
'load-path (concat
straight-base-dir
(format "straight/%s/vertico/extensions" straight-build-dir)))
(add-to-list 'load-path (file-name-concat (file-name-directory (feature-file 'vertico)) "extensions/"))
;; In the minibuffer, "C-k" is be mapped to act like "<up>". However, in
;; Emacs, "C-k" have a special meaning of `kill-line'. So lets map "C-S-k"
;; to serve the original "C-k".
Expand Down

0 comments on commit 559abe9

Please sign in to comment.