mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
private/default: add tab yas-expand keybind for emacs states
This commit is contained in:
@@ -634,8 +634,8 @@
|
|||||||
[backspace] #'+snippets/delete-backward-char
|
[backspace] #'+snippets/delete-backward-char
|
||||||
[delete] #'+snippets/delete-forward-char-or-field)
|
[delete] #'+snippets/delete-forward-char-or-field)
|
||||||
(:map yas-minor-mode-map
|
(:map yas-minor-mode-map
|
||||||
:i "<tab>" yas-maybe-expand
|
:ig "<tab>" yas-maybe-expand
|
||||||
:v "<tab>" #'+snippets/expand-on-region))
|
:v "<tab>" #'+snippets/expand-on-region))
|
||||||
|
|
||||||
|
|
||||||
;; --- Major mode bindings --------------------------
|
;; --- Major mode bindings --------------------------
|
||||||
|
Reference in New Issue
Block a user