diff options
Diffstat (limited to 'fnl/plugins/which-key.fnl')
-rw-r--r-- | fnl/plugins/which-key.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl index 9251832..cc40d17 100644 --- a/fnl/plugins/which-key.fnl +++ b/fnl/plugins/which-key.fnl @@ -1,6 +1,6 @@ ;; Which-key provides a pop-up menu for some key mappings. -(local icons (require :icons)) +(local icons (require :settings.icons)) (local opts {:plugins {:marks true :registers true |