Add source comment

This commit is contained in:
contrapunctus 2022-01-22 20:11:11 +05:30
parent dc6a05440e
commit 2876f4ed0f
1 changed files with 1 additions and 2 deletions

View File

@ -3265,8 +3265,7 @@ But with =initials=, the desired completion is often buried in the results. That
:commands (yas-expand-snippet)
:hook (prog-mode . yas-minor-mode-on)
:bind (:map yas-minor-mode-map
("<tab>" . nil)
("TAB" . nil)
("<tab>" . nil) ("TAB" . nil) ;; use TAB only for completion
("C-n" . #'yas-expand))
(:map yas-keymap
("C-n" . #'yas-next-field-or-maybe-expand)))