Add yasnippet package
This commit is contained in:
parent
a07004997c
commit
da068150be
1 changed files with 7 additions and 0 deletions
|
@ -137,3 +137,10 @@
|
|||
(dov-view-odf->pdf-converter-function 'doc-view-odf->pdf-converter-soffice)
|
||||
(doc-view-pdf->png-converter-function 'doc-view-pdf->png-converter-mupdf)
|
||||
(doc-view-resolution 300))
|
||||
|
||||
(use-package yasnippet
|
||||
:init
|
||||
(yas-global-mode 1))
|
||||
|
||||
(use-package common-lisp-snippets
|
||||
:after yasnippet)
|
||||
|
|
Loading…
Add table
Reference in a new issue