branch: externals/tempel
commit 49ba6e795e7fbc7ecab64065326eb54c0bcad570
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
README update
---
README.org | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index bc31a84a15..16429e2599 100644
--- a/README.org
+++ b/README.org
@@ -56,10 +56,11 @@ and has to be installed manually with
~package-install-file~.
:bind (("M-+" . tempel-complete) ;; Alternative tempel-expand
("M-*" . tempel-insert))
:init
- ;; Make the Tempel templates available to the abbrev mechanism,
+ ;; Optionally make the Tempel templates available to Abbrev,
;; either locally or globally. `expand-abbrev' is bound to C-x '.
;; (add-hook 'prog-mode-hook #'tempel-abbrev-mode)
- (tempel-global-abbrev-mode))
+ ;; (tempel-global-abbrev-mode)
+ )
;; Optional: Use the Corfu completion UI
(use-package corfu