Remove tempel-collection, enable tempel-abbrev-mode

This commit is contained in:
Evie Litherland-Smith 2024-02-25 06:06:41 +00:00
parent b012f79eeb
commit 63d5895fa0

View file

@ -179,14 +179,6 @@
;; Optionally make the Tempel templates available to Abbrev, ;; Optionally make the Tempel templates available to Abbrev,
;; either locally or globally. `expand-abbrev' is bound to C-x '. ;; either locally or globally. `expand-abbrev' is bound to C-x '.
;; (add-hook 'prog-mode-hook #'tempel-abbrev-mode) (add-hook 'prog-mode-hook #'tempel-abbrev-mode)
;; (global-tempel-abbrev-mode) (global-tempel-abbrev-mode))
)
;; Optional: Add tempel-collection.
;; The package is young and doesn't have comprehensive coverage.
(use-package tempel-collection
:ensure t
:diminish
:after tempel)
#+end_src #+end_src