[Emacs] Add yasnippets and templates
This commit is contained in:
parent
c1195ed6b4
commit
f48334d78d
@ -803,6 +803,26 @@ the user can match one and open it."
|
|||||||
:mode "\\.yml\\'"
|
:mode "\\.yml\\'"
|
||||||
:mode "\\.yaml\\'")
|
:mode "\\.yaml\\'")
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Snippets
|
||||||
|
|
||||||
|
(use-package yasnippet
|
||||||
|
:defer t
|
||||||
|
:straight (:build t)
|
||||||
|
:init
|
||||||
|
(yas-global-mode))
|
||||||
|
|
||||||
|
(use-package yasnippet-snippets
|
||||||
|
:after yasnippet
|
||||||
|
:straight (:build t))
|
||||||
|
|
||||||
|
(use-package yatemplate
|
||||||
|
:after yasnippet
|
||||||
|
:straight (:build t))
|
||||||
|
|
||||||
|
(use-package ivy-yasnippet
|
||||||
|
:after (ivy yasnippet)
|
||||||
|
:straight (:build t))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
; Keybindings ;
|
; Keybindings ;
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
Loading…
Reference in New Issue
Block a user