Allow the user to override lispyville themes

This commit is contained in:
Troy Hinckley 2020-05-17 10:29:25 -06:00
parent 98d7b97d33
commit 993a0770e5
2 changed files with 21 additions and 19 deletions

View file

@ -17,12 +17,14 @@
(use-package! lispyville
:when (featurep! :editor evil)
:hook (lispy-mode . lispyville-mode)
:init
(setq lispyville-key-theme
'((operators normal)
c-w
(prettify insert)
(atom-movement normal visual)
slurp/barf-lispy
additional
additional-insert))
:config
(lispyville-set-key-theme
'((operators normal)
c-w
(prettify insert)
(atom-movement normal visual)
slurp/barf-lispy
additional
additional-insert)))
(lispyville-set-key-theme))