forked from FG42/FG42
1
0
Fork 0

Change tempel-insert binding to M-=

This commit is contained in:
Sameer Rahmani 2024-05-01 14:31:06 +01:00
parent 7cd44271c1
commit b6e6158df7
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ contextual information."
(use! tempel
"Tempel is a tiny template package for Emacs, which uses the syntax
of the Emacs Tempo library."
:bind (("M-+" . tempel-complete) ;; Alternative tempel-expand
:bind (("M-=" . tempel-complete) ;; Alternative tempel-expand
("M-*" . tempel-insert)
("C-," . tempel-previous)
("C-." . tempel-next))