mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix malformed map! yasnippet keybinds
Causing breaking errors.
This commit is contained in:
@ -207,8 +207,9 @@
|
||||
"<s-backspace>" #'+snippets/delete-to-start-of-field
|
||||
[backspace] #'+snippets/delete-backward-char
|
||||
[delete] #'+snippets/delete-forward-char-or-field)
|
||||
:ie yas-minor-mode-map [tab] yas-maybe-expand
|
||||
:v yas-minor-mode-map [tab] #'yas-insert-snippet))
|
||||
(:map yas-minor-mode-map
|
||||
:ie [tab] yas-maybe-expand
|
||||
:v [tab] #'yas-insert-snippet)))
|
||||
|
||||
(:when (featurep! :feature spellcheck)
|
||||
:m "]S" #'flyspell-correct-word-generic
|
||||
|
Reference in New Issue
Block a user