feat: reintroduce yasnippet

This commit is contained in:
Muhammad Nauman Raza 2023-07-01 18:40:11 +01:00
parent 0347ec3dee
commit ec1373dd8d
No known key found for this signature in database
GPG key ID: 4FFEEB78B8A620C7

View file

@ -14,13 +14,14 @@
(global-visual-line-mode 1) ; Prevent wrapping of words (global-visual-line-mode 1) ; Prevent wrapping of words
;; yasnippet - A template system for Emacs ;; yasnippet - A template system for Emacs
;; (use-package yasnippet (use-package yasnippet
;; :config :config
;; (yas-reload-all) (yas-reload-all)
;; (yas-global-mode)) (add-hook 'prog-mode-hook #'yas-minor-mode)
(add-hook 'org-mode-hook #'yas-minor-mode))
;; yasnippet-snippets - A snippet collection package by AndreaCotti ;; yasnippet-snippets - A snippet collection package by AndreaCotti
;; (use-package yasnippet-snippets (use-package yasnippet-snippets
;; :after yasnippet) :after yasnippet)
;; evil - A Vi Layer inside of Emacs ;; evil - A Vi Layer inside of Emacs
(use-package evil (use-package evil