Allow the user to override lispyville themes
This commit is contained in:
parent
98d7b97d33
commit
993a0770e5
2 changed files with 21 additions and 19 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue