1

Add yasnippet support

This commit is contained in:
Jessie Hildebrandt 2020-08-30 16:11:11 -04:00
parent 39b085fbab
commit 481aa6599e

11
init.el
View File

@ -607,6 +607,17 @@
:after
(company))
;;====================
;; yasnippet (Snippet Insertion/Completion)
;;====================
;; Load yasnippet
(use-package yasnippet
:demand
t
:config
(yas-global-mode t))
;;====================
;; Projectile (Project Interaction)
;;====================