Remove yasnippets.

This commit is contained in:
kj
2022-11-29 03:45:09 -04:00
parent a6848f631f
commit 69c904cffa
2 changed files with 5 additions and 70 deletions

View File

@ -296,29 +296,10 @@
:straight t
:hook (after-init . winner-mode))
;; Permitir snippets
(use-package yasnippet
:defer t
:straight t
:ensure t
:bind (:map yas-minor-mode-map
("TAB" . nil)
("<tab>" . nil)) ;; unbid tab for yasnippets
:custom
(yas-prompt-functions '(yas-completing-prompt))
:hook
((prog-mode feature-mode) . yas-minor-mode-on)
(html-mode . yas-minor-mode))
;; Coleción de snippets
(use-package yasnippet-snippets
:ensure t
:defer t
:straight t)
(use-package esup
:ensure t
:straight t)
;; Emacs Start Up Profiler
;; (use-package esup
;; :ensure t
;; :straight t)
(provide 'init-packages)
;;; init-packages.el ends here