Skip to content

Commit

Permalink
embark; fix error about vertico--input
Browse files Browse the repository at this point in the history
  • Loading branch information
bard_simpson committed Jun 18, 2024
1 parent 92210cc commit 9da618e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/misc/my-embark.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
(require 'my-leaf)
(require 'dash)

(defvar-local vertico--input nil) ; needed for `embark--vertico-indicator'


;; TODO: put it to other more right place
(put 'upcase-region 'disabled nil)
Expand Down Expand Up @@ -46,7 +48,7 @@
:config
(setq embark-indicators
'(embark--vertico-indicator
embark-minimal-indicator ; default is embark-mixed-indicator
embark-minimal-indicator ; default is embark-mixed-indicator
embark-highlight-indicator
embark-isearch-highlight-indicator))

Expand Down

0 comments on commit 9da618e

Please sign in to comment.