mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 14:32:26 +00:00
Do not restrict all electric- serial functions of cc-mode
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user