~ruther/emacs.d

f815ad13916c16f90b052de0b554f9c0c6d4954c — Rutherther a month ago 11a89e9
feat: add yasnippet
1 files changed, 7 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +7 -0
@@ 1208,6 1208,13 @@
            "r" 'cape-rfc1345))

;; Programming
(my-use-package yasnippet
  :ensure t
  :custom
  (yas-snippet-dirs `(,yas--default-user-snippets-dir))
  :config
  (yas-global-mode))

(my-use-package gendoxy
  :ensure (gendoxy :type git :host gitlab :repo "mp81ss_repo/gendoxy")
  :custom