Use same things as in prog mode, in the text-mode
This commit is contained in:
parent
33741be3e6
commit
b9e1581440
2 changed files with 6 additions and 0 deletions
|
|
@ -40,3 +40,6 @@
|
|||
;;; Yasnippet configuration
|
||||
(define-key prog-mode-map (kbd "C-c y") 'company-yasnippet)
|
||||
(define-key prog-mode-map (kbd "<f13>") 'company-yasnippet)
|
||||
|
||||
(define-key text-mode-map (kbd "C-c y") 'company-yasnippet)
|
||||
(define-key text-mode-map (kbd "<f13>") 'company-yasnippet)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue