added lua support, disabled vertico jump root using /, was a mess

This commit is contained in:
2023-11-01 13:14:09 +01:00
parent 0378dafdd4
commit 8958787606
5 changed files with 20 additions and 3 deletions

View File

@@ -17,7 +17,10 @@
;; Home row only (the default).
(setq avy-keys '(?a ?s ?d ?f ?j ?k ?l))
(setq avy-background t))
(setq avy-background t)
;; (global-set-key (kbd "C-j") 'avy-goto-word-1)
)
(provide 'init-avy)