Add yasnippet support
This commit is contained in:
parent
39b085fbab
commit
481aa6599e
11
init.el
11
init.el
@ -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)
|
||||
;;====================
|
||||
|
Loading…
Reference in New Issue
Block a user