mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Do not restrict all electric- serial functions of cc-mode
This commit is contained in:
parent
8fa2c47406
commit
b8cb1d27f4
@ -1598,7 +1598,7 @@ handle the end-of-buffer error fired in it by calling
|
||||
(add-hook 'c-mode-common-hook
|
||||
'(lambda ()
|
||||
(make-variable-buffer-local 'yas/minor-mode-map)
|
||||
(dolist (k '(":" ">" "}" "{" ";"))
|
||||
(dolist (k '(":" ">"))
|
||||
(define-key yas/minor-mode-map
|
||||
k 'self-insert-command))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user