Remove tempel-collection, enable tempel-abbrev-mode
This commit is contained in:
parent
b012f79eeb
commit
63d5895fa0
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue