mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
* Yet another adjustment to issue 93
This commit is contained in:
parent
6b865cda63
commit
7b8da4357d
@ -3673,7 +3673,7 @@ handle the end-of-buffer error fired in it by calling
|
|||||||
(add-hook 'c-mode-common-hook
|
(add-hook 'c-mode-common-hook
|
||||||
'(lambda ()
|
'(lambda ()
|
||||||
(dolist (k '(":" ">" ";" "<" "{" "}"))
|
(dolist (k '(":" ">" ";" "<" "{" "}"))
|
||||||
(define-key (make-local-variable 'yas/keymap)
|
(define-key (symbol-value (make-local-variable 'yas/keymap))
|
||||||
k 'self-insert-command))))
|
k 'self-insert-command))))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user